This commit is contained in:
François-Xavier Guillois
2023-06-05 14:00:04 +02:00
parent 4421e4de2e
commit af5ce9efcd
7 changed files with 96 additions and 34 deletions
+8
View File
@@ -293,6 +293,14 @@
.totem .sheet-body .tab .editor {
height: 100%;
}
.totem .sheet-body .editor {
min-height:75px;
margin-bottom:1rem;
}
.totem editor:hover .editor-edit {
display: block;
}
.totem .tox .tox-editor-container {
background: #fff;
}