From b94485eafdcd88d45847f3b385e75b22cf367e95 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 17 Oct 2014 11:58:18 -0700 Subject: [PATCH] Set the heights of atom panels for location left and right. --- static/panels.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/panels.less b/static/panels.less index ea842dc7d..687245e3c 100644 --- a/static/panels.less +++ b/static/panels.less @@ -1,5 +1,16 @@ @import "ui-variables"; +atom-panel-container[location="left"], +atom-panel-container[location="right"] { + display: -webkit-flex; + -webkit-flex-direction: row; + -webkit-align-items: stretch; + height: 100%; + atom-panel { + height: 100%; + } +} + // Override bootstrap styles here. .panel { border-radius: 0;