52a62f2b8d
UI to accompany the new ACLs APIs
10 lines
161 B
SCSS
10 lines
161 B
SCSS
%checkbox-group span {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
min-width: 50px;
|
|
}
|
|
%checkbox-group label {
|
|
margin-right: 10px;
|
|
white-space: nowrap;
|
|
}
|