You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-30 00:58:30 +02:00
unify code-editor wrapper fields padding
This commit is contained in:
@@ -1242,10 +1242,6 @@ select {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: visible; // https://github.com/pocketbase/pocketbase/issues/7223
|
overflow: visible; // https://github.com/pocketbase/pocketbase/issues/7223
|
||||||
.form-field label ~ & {
|
|
||||||
padding-bottom: 6px;
|
|
||||||
padding-top: 4px;
|
|
||||||
}
|
|
||||||
.cm-editor {
|
.cm-editor {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
@@ -1308,6 +1304,18 @@ select {
|
|||||||
.ͼf {
|
.ͼf {
|
||||||
color: var(--dangerColor);
|
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
|
// tinymce field
|
||||||
|
|||||||
Reference in New Issue
Block a user