open-consul/ui-v2/app/styles/components/checkbox-group/layout.scss

10 lines
161 B
SCSS
Raw Normal View History

%checkbox-group span {
display: inline-block;
margin-left: 10px;
min-width: 50px;
}
%checkbox-group label {
margin-right: 10px;
white-space: nowrap;
}