File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ lang-bar-width = 230px
23
23
& -code
24
24
flex : 1
25
25
position : relative
26
- padding : 0 20 px 63px 0
26
+ padding : 0 0 63px 0
27
27
& -wrapper
28
28
display : flex
29
29
flex-flow : column nowrap
Original file line number Diff line number Diff line change 1
1
@import './common/variables.styl'
2
2
@import './common/mixins.styl'
3
3
4
- .snippet .ace_gutter-layer
5
- width : 40px !important
4
+ .snippet
5
+ .ace_cursor
6
+ display : none !important
7
+ .ace_gutter
8
+ & -layer
9
+ width : 40px !important
10
+ & -cell
11
+ padding-right : 5px !important
12
+ padding-left : 0
13
+ .ace_scroller
14
+ margin-left : 15px !important
15
+ .ace_content
16
+ width : calc (100% - 15px ) !important
6
17
7
- .snippet .ace_cursor
8
- display : none !important
18
+ .new- snippet .ace_editor
19
+ min-height 100 % !important
9
20
10
21
.react-tags
11
22
display : flex
You can’t perform that action at this time.
0 commit comments