text-list.css (437B)
1 .rwmb-text_list-non-cloneable > .rwmb-input, 2 .rwmb-text_list-clone { 3 display: flex; 4 flex-wrap: wrap; 5 } 6 .rwmb-text_list-non-cloneable > .rwmb-input > label, 7 .rwmb-text_list-clone > label { 8 margin: 0 10px 10px 0; 9 flex: 1; 10 } 11 .rwmb-text_list-non-cloneable > .rwmb-input > label:last-child, 12 .rwmb-text_list-clone > label:last-child { 13 margin-right: 0; 14 } 15 16 .rwmb-text-list-label { 17 font-weight: 600; 18 display: block; 19 margin-bottom: 3px; 20 }