9 lines
111 B
SCSS
9 lines
111 B
SCSS
|
.widget {
|
||
|
margin: 0 0 1.5em;
|
||
|
|
||
|
// Make sure select elements fit in widgets.
|
||
|
select {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
}
|