We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d018e06 commit fc4eca1Copy full SHA for fc4eca1
1 file changed
src/components/Layout/Layout.js
@@ -143,7 +143,12 @@ class Layout extends Component {
143
/>
144
145
<Row>
146
- <Col md={{ span: 24 }} lg={{ span: 12 }}>
+ <Col
147
+ xs={{ span: 24 }}
148
+ sm={{ span: 24 }}
149
+ md={{ span: 24 }}
150
+ lg={{ span: 12 }}
151
+ >
152
<Editor
153
editorLang={editorLang}
154
theme={theme}
@@ -156,6 +161,8 @@ class Layout extends Component {
156
161
</Col>
157
162
158
163
<Col
164
165
159
166
md={{ span: 24 }}
160
167
lg={{ span: 12 }}
168
style={{ borderLeft: "1px solid #f0f0f0" }}
0 commit comments