Skip to content

Commit

Permalink
Merge pull request #351 from xrmx/limitselectwidth
Browse files Browse the repository at this point in the history
templates: limit select width to its container one
  • Loading branch information
Asif Saif Uddin authored Jun 23, 2019
2 parents 4418b29 + 961d680 commit 2e2a462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silk/templates/silk/base/root_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@

select {
border-radius: 0;
max-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
Expand Down

0 comments on commit 2e2a462

Please sign in to comment.