Fleet UI: Fix input field alignments (#8963)

This commit is contained in:
RachelElysia
2022-12-08 10:57:28 -08:00
committed by GitHub
parent 41feacad4d
commit e9afcc778a
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
* Fix buggy input field alignments
@@ -63,7 +63,7 @@
}
}
&__advanced {
&__advanced--installer {
.input-field {
height: 115px;
}
@@ -127,9 +127,6 @@
&__advanced {
padding-top: 6px;
.input-field__textarea {
min-height: 92px;
}
.reveal-button {
margin: 8px 0;
}
@@ -7,7 +7,7 @@
color: $core-fleet-black;
display: block;
margin-bottom: $pad-small;
height: $form-field-label-height;
min-height: $form-field-label-height;
&--error {
font-weight: $bold;
@@ -27,6 +27,11 @@
}
}
&__name {
.buttons {
margin-top: 10px;
}
}
&__os-policy-copy-icon {
color: $core-vibrant-blue;
margin-left: $pad-small;