Skip to content

Commit

Permalink
layout: Improve input width on constrainted width
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 12, 2024
1 parent 1d42184 commit 2c30acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ input {
border: 1px solid var(--border-color);
box-sizing: border-box;
transition: border-color 250ms ease-in-out;
max-width: 100%;
}

input:disabled {
Expand Down

0 comments on commit 2c30acf

Please sign in to comment.