We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b8b49 + c44c731 commit 9d10171Copy full SHA for 9d10171
2 files changed
src/components/admin/NoticeDetailModal.vue
@@ -1,4 +1,3 @@
1
-<!-- src/components/admin/NoticeDetailModal.vue -->
2
<template>
3
<Teleport to="body">
4
<Transition name="modal">
@@ -466,4 +465,10 @@ function getProcessedContent() {
466
465
width: 100%;
467
}
468
+
469
+@media (max-width: 768px) {
470
+ .content-viewer {
471
+ min-height: 80px;
472
+ }
473
+}
474
</style>
src/components/admin/NoticeFormModal.vue
@@ -1102,4 +1102,11 @@ function onClose() {
1102
.editor-content .ProseMirror [style*='text-align: left'] {
1103
text-align: left;
1104
1105
1106
1107
+ .editor-content .ProseMirror {
1108
+ min-height: 150px;
1109
+ font-size: 16px;
1110
1111
1112
0 commit comments