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;