mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add min-width to atom-workspace-axis.horizontal
This is just a precaution against https://github.com/atom/atom/pull/11866
This commit is contained in:
@@ -17,6 +17,7 @@ atom-workspace {
|
||||
atom-workspace-axis.horizontal {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
atom-workspace-axis.vertical {
|
||||
|
||||
Reference in New Issue
Block a user