Elastic mode for cli window component

This commit is contained in:
Michael Lange 2018-01-25 16:56:52 -08:00
parent 89a19fbe38
commit aa1b9674e8

View file

@ -12,4 +12,8 @@
.is-light {
color: $text;
}
&.is-elastic {
height: auto;
}
}