Skip to content

Commit

Permalink
fix: box-sizing border-box for textInput
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Oct 1, 2024
1 parent 32d9efd commit 6449858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/lib/Button/notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- buttons have box-sizing: border-box; by default
1 change: 1 addition & 0 deletions packages/ui/lib/TextInput/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.textInput {
box-sizing: border-box;
font-size: 1em;
background: var(--sys42-input-text-background);
border: var(--sys42-input-text-border-width) solid
Expand Down

0 comments on commit 6449858

Please sign in to comment.