File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/components/CodeEditor Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ class CodeEditor extends Component {
127
127
paddingLeft : '0 !important' ,
128
128
marginRight : '0 !important' ,
129
129
paddingRight : '0 !important' ,
130
+ [ media . lessThan ( 'medium' ) ] : {
131
+ marginBottom : '0 !important' ,
132
+ } ,
130
133
131
134
'& pre.prism-code[contenteditable]' : {
132
135
maxHeight : '280px !important' ,
@@ -150,7 +153,7 @@ class CodeEditor extends Component {
150
153
fontSize : 12 ,
151
154
lineHeight : 1.5 ,
152
155
153
- [ media . lessThan ( 'small ' ) ] : {
156
+ [ media . lessThan ( 'medium ' ) ] : {
154
157
borderRadius : '0 0 10px 10px' ,
155
158
} ,
156
159
} } >
@@ -186,7 +189,7 @@ class CodeEditor extends Component {
186
189
border : `1px solid ${ colors . divider } ` ,
187
190
borderRadius : '0 10px 10px 0' ,
188
191
189
- [ media . lessThan ( 'small ' ) ] : {
192
+ [ media . lessThan ( 'medium ' ) ] : {
190
193
borderRadius : '0 0 10px 10px' ,
191
194
} ,
192
195
} } >
You can’t perform that action at this time.
0 commit comments