11 lines
156 B
SCSS
11 lines
156 B
SCSS
.widget_options-roles {
|
|
clear: both;
|
|
overflow: hidden;
|
|
|
|
label {
|
|
width: 50%;
|
|
display: inline-block;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
} |