This commit is contained in:
Benjamin Toby
2024-12-08 09:57:48 +01:00
parent 8b7ea057d0
commit 86f931fb82
424 changed files with 1638 additions and 1282 deletions
+5 -1
View File
@@ -81,9 +81,13 @@
.tox .tox-edit-area,
.tox .tox-edit-area iframe,
.tox .tox-editor-container,
.tox .tox-editor-container > * {
.tox .tox-editor-container > *,
.tox .tox-statusbar {
width: 100%;
}
.tox .tox-statusbar__right-container {
padding-right: 10px !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
overflow-x: auto;
}
+4
View File
@@ -783,6 +783,10 @@
height: 500px
}
.h-\[60vh\] {
height: 60vh
}
.h-\[80vh\] {
height: 80vh
}