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.

21 lines
437 B

.rwmb-text_list-non-cloneable > .rwmb-input,
.rwmb-text_list-clone {
display: flex;
flex-wrap: wrap;
}
.rwmb-text_list-non-cloneable > .rwmb-input > label,
.rwmb-text_list-clone > label {
margin: 0 10px 10px 0;
flex: 1;
}
.rwmb-text_list-non-cloneable > .rwmb-input > label:last-child,
.rwmb-text_list-clone > label:last-child {
margin-right: 0;
}
.rwmb-text-list-label {
font-weight: 600;
display: block;
margin-bottom: 3px;
}