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 adb9e57 commit dd42a13Copy full SHA for dd42a13
app/assets/stylesheets/editor.css.scss
@@ -36,7 +36,7 @@
36
#resizerHorizontal {
37
position: relative;
38
background: rgb(215, 215, 215);
39
- width: 2px;
+ width: 4px;
40
display: inline-block;
41
cursor: col-resize;
42
padding: 0;
@@ -45,7 +45,7 @@
45
#resizerVertical {
46
47
48
- height: 2px;
+ height: 4px;
49
cursor: row-resize;
50
margin-bottom: 4px;
51
}
0 commit comments