Skip to content

Commit

Permalink
πŸ’„ Improve the size of input in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Jun 27, 2023
1 parent 8553c45 commit f5e44cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/arctic_admin/layouts/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
margin-bottom: 10px;

input, select {
height: 30px;
height: 36px;
padding: 3px 5px;
font-size: 12px;
font-size: 14px;
}
}

Expand Down

0 comments on commit f5e44cf

Please sign in to comment.