Skip to content

Commit 3b930af

Browse files
authored
fix(ui5-li): info text width (#3184)
1 parent 8db0ce0 commit 3b930af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/ListItem.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
margin: 0 0.25rem;
123123
color: var(--sapNeutralTextColor);
124124
font-size: 0.875rem;
125-
min-width: 6rem;
125+
min-width: 3.75rem;
126126
text-align: right;
127127
max-width: 40%;
128128
}

0 commit comments

Comments
 (0)