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 493e099 commit 3ced63dCopy full SHA for 3ced63d
static/core-ui/workspace-view.less
@@ -1,6 +1,8 @@
1
@import "ui-variables";
2
+@import "utils";
3
4
atom-workspace {
5
+ contain: @contain_all;
6
display: flex;
7
flex-direction: column;
8
height: 100%;
@@ -11,17 +13,20 @@ atom-workspace {
11
13
font-family: @font-family;
12
14
15
atom-workspace-axis {
16
+ contain: @contain_but_layout_paint;
17
position: relative;
18
}
19
20
atom-workspace-axis.horizontal {
21
22
23
flex: 1;
24
min-width: 0;
25
min-height: 0;
26
27
28
atom-workspace-axis.vertical {
29
30
31
32
0 commit comments