Skip to content

Commit

Permalink
fix(ui5-input): remove the width from the inner input (#9960)
Browse files Browse the repository at this point in the history
* fix(ui5-input): remove min-width from the input

remove the min-width from the inner input element
  • Loading branch information
ndeshev authored Oct 9, 2024
1 parent 1b23f3d commit 283e8e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/main/src/themes/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
-moz-appearance: textfield;
padding: var(--_ui5_input_inner_padding);
box-sizing: border-box;
min-width: var(--_ui5_input_min_width);
width: 100%;
text-align: inherit;
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion packages/main/test/pages/styles/MultiInput.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ui5-multi-input {
/* width: 100%; */
/* width: 100%; */
}

.footer {
Expand Down

0 comments on commit 283e8e7

Please sign in to comment.