Skip to content

Commit

Permalink
set min-width on input
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Apr 24, 2024
1 parent 9c62522 commit c39173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltk/ltk.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

.ltk-input {
border: 1px solid #e1e1e1;
width: 36px;
min-width: 36px;
height: 28px;
}

Expand Down

0 comments on commit c39173c

Please sign in to comment.