We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bdc1b commit 36ca3bcCopy full SHA for 36ca3bc
static/core-ui/workspace-view.less
@@ -13,20 +13,20 @@ atom-workspace {
13
font-family: @font-family;
14
15
atom-workspace-axis {
16
- contain: @contain_but_layout_paint;
+ contain: @contain_except_layout_paint;
17
position: relative;
18
}
19
20
atom-workspace-axis.horizontal {
21
22
display: flex;
23
flex: 1;
24
min-width: 0;
25
min-height: 0;
26
27
28
atom-workspace-axis.vertical {
29
30
31
32
flex-direction: column;
0 commit comments