Skip to content

Commit

Permalink
fix textbox widths
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Sep 18, 2024
1 parent e603c40 commit 279bbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Textarea.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.textarea {
flex-grow: 1;
width: 100%;
padding: 10px;
border: solid 1px var(--gray);
border-radius: var(--rounded);
Expand Down
1 change: 1 addition & 0 deletions src/components/Textbox.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.input {
flex-grow: 1;
width: 100%;
min-width: 0;
min-height: 40px;
padding: 5px 10px;
Expand Down

0 comments on commit 279bbc7

Please sign in to comment.