Fix overflowing of the tabs

This is a follow up for #11866.

In this case when there are too many tabs, they start to push `atom-workspace-axis.vertical` beyond the window width.
This commit is contained in:
simurai
2016-06-08 10:56:53 +09:00
parent 672cf6d2b6
commit 85fa7e8a8a

View File

@@ -38,5 +38,6 @@ atom-workspace {
display: flex;
flex: 1;
flex-direction: column;
min-width: 0;
}
}