We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4ff6e4 + f764f09 commit c63b4a5Copy full SHA for c63b4a5
1 file changed
src/components/admin/NoticeFormModal.vue
@@ -1111,4 +1111,14 @@ function onClose() {
1111
.editor-content .ProseMirror [style*='text-align: left'] {
1112
text-align: left;
1113
}
1114
+
1115
+@media (max-width: 768px) {
1116
+ .editor-container {
1117
+ max-height: 300px;
1118
+ }
1119
1120
+ .editor-content .ProseMirror {
1121
+ padding: 6px 8px;
1122
1123
+}
1124
</style>
0 commit comments