You've already forked pocketbase
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user