File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/components/CodeEditor Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class CodeEditor extends Component {
105
105
overflow : 'hidden' ,
106
106
borderRadius : '10px 0 0 10px' ,
107
107
108
- [ media . lessThan ( 'small ' ) ] : {
108
+ [ media . lessThan ( 'medium ' ) ] : {
109
109
borderRadius : '10px 10px 0 0' ,
110
110
} ,
111
111
} } >
@@ -128,6 +128,10 @@ class CodeEditor extends Component {
128
128
marginRight : '0 !important' ,
129
129
paddingRight : '0 !important' ,
130
130
131
+ [ media . lessThan ( 'medium' ) ] : {
132
+ marginBottom : '0 !important' ,
133
+ } ,
134
+
131
135
'& pre.prism-code[contenteditable]' : {
132
136
maxHeight : '280px !important' ,
133
137
outline : 0 ,
@@ -186,7 +190,7 @@ class CodeEditor extends Component {
186
190
border : `1px solid ${ colors . divider } ` ,
187
191
borderRadius : '0 10px 10px 0' ,
188
192
189
- [ media . lessThan ( 'small ' ) ] : {
193
+ [ media . lessThan ( 'medium ' ) ] : {
190
194
borderRadius : '0 0 10px 10px' ,
191
195
} ,
192
196
} } >
You can’t perform that action at this time.
0 commit comments