mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
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:
@@ -38,5 +38,6 @@ atom-workspace {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user