Skip to content

Commit 373ecbc

Browse files
authored
fix(ui5-combobox): add gap between text and additional-text (#10341)
FIXES: #9450
1 parent 06a5fdb commit 373ecbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/main/src/themes/ComboBoxItem.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
padding-bottom: .875rem;
1212
padding-top: .875rem;
1313
box-sizing: border-box;
14+
}
15+
16+
:host([ui5-cb-item][text][additional-text]) .ui5-li-text-wrapper {
17+
gap: 1rem;
1418
}

packages/main/test/pages/styles/Input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
.titles-wrapper {
4848
margin-inline-start: 1rem;
4949
margin-inline-end: 1rem;
50-
width: 10rem;
50+
flex: 1;
5151
}
5252

5353
.status ui5-text {

0 commit comments

Comments
 (0)