We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d812e5 commit 88c794aCopy full SHA for 88c794a
packages/main/src/themes/Label.css
@@ -1,10 +1,11 @@
1
:host(ui5-label:not([hidden])) {
2
display: inline-flex;
3
max-width: 100%;
4
- cursor: text;
5
color: var(--sapUiContentLabelColor);
6
font-family: var(--sapUiFontFamily);
7
font-size: var(--sapMFontMediumSize);
+ font-weight: normal;
8
+ cursor: text;
9
}
10
11
ui5-label:not([hidden]) {
@@ -14,13 +15,14 @@ ui5-label:not([hidden]) {
14
15
16
17
18
19
cursor: text;
20
21
22
.sapMLabel {
23
display: inline-block;
24
width: 100%;
- font-weight: normal;
25
+ font-weight: inherit;
26
text-overflow: ellipsis;
27
overflow: hidden;
28
white-space: nowrap;
0 commit comments