1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 23:24:00 +02:00

unify code-editor wrapper fields padding

This commit is contained in:
Gani Georgiev
2025-10-17 10:45:24 +03:00
parent 280005e35c
commit 1137a35ded

View File

@@ -1242,10 +1242,6 @@ select {
flex-direction: column;
width: 100%;
overflow: visible; // https://github.com/pocketbase/pocketbase/issues/7223
.form-field label ~ & {
padding-bottom: 6px;
padding-top: 4px;
}
.cm-editor {
flex-grow: 1;
min-height: 0;
@@ -1308,6 +1304,18 @@ select {
.ͼf {
color: var(--dangerColor);
}
.form-field label ~ & {
padding-bottom: 6px;
padding-top: 4px;
}
.form-field & {
padding-left: 0;
padding-right: 0;
.cm-scroller {
padding-left: 15px;
padding-right: 15px;
}
}
}
// tinymce field