Skip to content

Commit

Permalink
templates: limit select width to its container one
Browse files Browse the repository at this point in the history
So it's actually possible to use them in the filter with very
long paths.
  • Loading branch information
xrmx committed Jun 21, 2019
1 parent 4418b29 commit 961d680
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 961d680

Please sign in to comment.