You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
492 B
27 lines
492 B
.rwmb-toggle-all-wrapper {
|
|
margin-top: 0;
|
|
}
|
|
.rwmb-input-list {
|
|
line-height: 1.8;
|
|
}
|
|
.rwmb-input-list .rwmb-input-list {
|
|
margin-left: 20px;
|
|
}
|
|
.rwmb-input-list > label {
|
|
display: block;
|
|
}
|
|
.rwmb-input-list.rwmb-inline {
|
|
line-height: inherit;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 6px 12px;
|
|
}
|
|
|
|
/* Media modal */
|
|
.attachment-details .compat-attachment-fields .rwmb-input-list > label > input {
|
|
margin: 0 0.25rem 0 0;
|
|
}
|
|
.compat-attachment-fields .rwmb-input-list.rwmb-inline {
|
|
gap: 10px;
|
|
}
|