Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Fix width for select filter
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed May 31, 2017
1 parent afecca6 commit 6fdea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/common/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

.table-filter {
width: auto;
width: auto!important;
}

.select-form {
Expand Down

0 comments on commit 6fdea06

Please sign in to comment.