Skip to content

Commit

Permalink
Resolve padding bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 6, 2023
1 parent bf37af5 commit 566cc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

.input {
@include styles.styles-reset;
padding-block: styles.$control-padding;
padding-inline: styles.$control-padding;
padding-block: styles.$control-padding-vertical;
padding-inline: styles.$control-padding-horizontal;
color: awsui.$color-text-body-default;
inline-size: 100%;
cursor: text;
Expand Down

0 comments on commit 566cc7c

Please sign in to comment.