Fleet UI: Fix input field alignments (#8963)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user