From 9d8a8ca07e09f2d0197650fbe4ae1eac62e099f3 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 9 Nov 2022 15:27:32 -0600 Subject: [PATCH] Adjust add hosts text area height to fit content (#8642) --- .../components/AddHostsModal/PlatformWrapper/_styles.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss b/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss index 1fe8795bf9..7c54c6224a 100644 --- a/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss +++ b/frontend/components/AddHostsModal/PlatformWrapper/_styles.scss @@ -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;