Adjust add hosts text area height to fit content (#8642)

This commit is contained in:
Luke Heath
2022-11-09 15:27:32 -06:00
committed by GitHub
parent 4af331ac40
commit 9d8a8ca07e
@@ -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;