Skip to content

Commit

Permalink
fix(input): fix input width
Browse files Browse the repository at this point in the history
fix #373
  • Loading branch information
morewings committed Jul 25, 2024
1 parent da3eb15 commit 700dbd3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/lib/InputPassword/InputPassword.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
border: var(--kg-border-width-300) solid var(--kg-color-mi);
border-radius: var(--kg-border-radius-300);
color: var(--kg-text-color);
flex: 1;
font-size: var(--kg-font-size-medium);
max-width: calc(100% - var(--validation-icon-placeholder));
min-width: 0;
Expand Down
1 change: 0 additions & 1 deletion src/lib/InputText/InputText.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
border: var(--kg-border-width-300) solid var(--kg-color-mi);
border-radius: var(--kg-border-radius-300);
color: var(--kg-text-color);
flex: 1;
font-size: var(--kg-font-size-medium);
max-width: 100%;
min-width: 0;
Expand Down
1 change: 0 additions & 1 deletion src/lib/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
border-radius: var(--kg-border-radius-300);
color: var(--kg-text-color);
cursor: pointer;
flex: 1;
font-size: var(--kg-font-size-medium);
max-width: 100%;
min-width: 0;
Expand Down
1 change: 0 additions & 1 deletion src/lib/Textarea/Textarea.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
border: var(--kg-border-width-300) solid var(--kg-color-mi);
border-radius: var(--kg-border-radius-300);
color: var(--kg-text-color);
flex: 1;
font-size: var(--kg-font-size-small);
line-height: 1.5;
min-width: 0;
Expand Down

0 comments on commit 700dbd3

Please sign in to comment.