add module setting text-decoration
This commit is contained in:
parent
8a896277bf
commit
ec1b23d67a
7 changed files with 124 additions and 42 deletions
|
|
@ -780,7 +780,12 @@ input[type=number] {
|
|||
margin-bottom: var(--space-xs);
|
||||
}
|
||||
|
||||
.setting__section[data-setting=border] .field-border__option {
|
||||
.setting__section[data-setting=textDecoration] .setting__body,
|
||||
.setting__section[data-setting=border] .setting__body {
|
||||
padding-top: 4px;
|
||||
}
|
||||
.setting__section[data-setting=textDecoration] .field__option,
|
||||
.setting__section[data-setting=border] .field__option {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-template-columns: 9ch minmax(0, 1fr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue