Skip to content

Commit

Permalink
CSS: Use min-width for date-range filter
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Apr 28, 2016
1 parent f067cd5 commit 11bb829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/dist/css/grido.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
margin: 0 auto; }

.grido .filter .daterange {
width: 192px !important; }
min-width: 192px !important; }

.grido th.column {
text-transform: uppercase; }
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/css/grido.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/sass/grido.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}

.daterange {
width: 192px!important;
min-width: 192px!important;
}
}
th {
Expand Down

0 comments on commit 11bb829

Please sign in to comment.