mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Merge pull request #12059 from atom/sm-tabs-overflow
Fix overflowing of the tabs II
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user