From 9b700f9d51d87a34e5ec3f2ab7e0907bdddb7697 Mon Sep 17 00:00:00 2001 From: Brady Dowling Date: Mon, 12 Dec 2016 13:38:29 -0800 Subject: [PATCH] Active tab is large --- plugins/c9.ide.layout.classic/less/editor_tab.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/c9.ide.layout.classic/less/editor_tab.less b/plugins/c9.ide.layout.classic/less/editor_tab.less index c9a2aa39..28ea4f0a 100644 --- a/plugins/c9.ide.layout.classic/less/editor_tab.less +++ b/plugins/c9.ide.layout.classic/less/editor_tab.less @@ -191,6 +191,7 @@ height : @pane-button-height + 3; z-index : 10; margin-top : -1px; + min-width : 100px; } body>.session_btn.curbtn{ cursor : default; @@ -538,4 +539,4 @@ body>.session_btn.curbtn{ } .editor_tab .session_page.curpage{ display : block; -} \ No newline at end of file +}