Merge pull request #99 from iamtakashi/max-width-for-select
Add max-width to select elements in widgets to prevent it overflowing from widget areas. props @iamtakash
This commit is contained in:
commit
80d803aff5
1 changed files with 5 additions and 0 deletions
|
@ -541,6 +541,11 @@ object {
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make sure select elements fit in widgets */
|
||||||
|
.widget select {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Search widget */
|
/* Search widget */
|
||||||
#searchsubmit {
|
#searchsubmit {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue