fix: editor width on mobile

This commit is contained in:
Aman Harwara
2022-10-18 20:20:01 +05:30
parent 5ffd37d447
commit 361f773f2c

View File

@@ -25,6 +25,11 @@
}
}
#editor-content {
width: 100% !important;
left: 0 !important;
}
&:not(.selected) {
min-height: 0;
height: auto;