Excluding containers from sync with RegExp
This commit is contained in:
parent
0793e4ee09
commit
2fb31216f3
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ form {
|
|||
margin-block: 4px 8px;
|
||||
}
|
||||
|
||||
.settings-group-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.settings-group-column label,
|
||||
.settings-group-column p {
|
||||
margin-block: 4px 8px;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-inline: 0 8px;
|
||||
margin-block: 1px auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue