Adjust add hosts text area height to fit content (#8642)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
.input-field {
|
||||
&__textarea {
|
||||
min-height: 70px;
|
||||
min-height: 94px;
|
||||
}
|
||||
|
||||
&__textarea,
|
||||
@@ -63,6 +63,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__advanced {
|
||||
.input-field {
|
||||
height: 115px;
|
||||
}
|
||||
}
|
||||
|
||||
&__installer-copy-icon {
|
||||
color: $core-vibrant-blue;
|
||||
margin-left: $pad-small;
|
||||
|
||||
Reference in New Issue
Block a user