From 268ad6cf6a15a85695ec2d3cc89ede8a211ca77c Mon Sep 17 00:00:00 2001 From: simurai Date: Tue, 28 Jun 2016 15:18:37 +0900 Subject: [PATCH] Fix overflowing of the tabs II --- static/panes.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/panes.less b/static/panes.less index 00ee97c7f..418027772 100644 --- a/static/panes.less +++ b/static/panes.less @@ -7,10 +7,12 @@ atom-pane-container { position: relative; display: -webkit-flex; -webkit-flex: 1; + min-width: 0; atom-pane-axis { display: -webkit-flex; -webkit-flex: 1; + min-width: 0; & > atom-pane-resize-handle { position: absolute;