Skip to content

Commit a8af480

Browse files
fix(ui5-step-input): min width is now correct (#3398)
Fixes: #3377 Closes: #3377
1 parent 788d25d commit a8af480

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/main/src/themes/StepInput.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,16 @@
8585
box-sizing: border-box;
8686
vertical-align: top;
8787
margin-top: -1px;
88-
min-width: 8rem;
88+
min-width: 9.125rem;
8989
position: relative;
9090
padding: 0px 2.5rem 0px 2.4375rem;
9191
outline: none;
9292
}
9393

94+
:host .ui5-step-input-root {
95+
white-space: nowrap;
96+
}
97+
9498
:host .ui5-step-input-input[text-align=left] {
9599
text-align: left;
96100
}

0 commit comments

Comments
 (0)