Merge pull request #11930 from atom/sm-fix-tab-overflow

Fix overflowing of the tabs
This commit is contained in:
simurai
2016-06-10 08:17:41 +09:00
committed by GitHub

View File

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