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