From ec49a72a060350d41aabe12476f31d5a74846147 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 25 Jan 2018 16:56:52 -0800 Subject: [PATCH] Elastic mode for cli window component --- ui/app/styles/components/cli-window.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/styles/components/cli-window.scss b/ui/app/styles/components/cli-window.scss index f8be6ff7a..0f78d1708 100644 --- a/ui/app/styles/components/cli-window.scss +++ b/ui/app/styles/components/cli-window.scss @@ -12,4 +12,8 @@ .is-light { color: $text; } + + &.is-elastic { + height: auto; + } }