AAE-21953 fix broken widget names (#10533)

This commit is contained in:
Tomasz Nastaly
2025-01-07 14:47:22 +01:00
committed by GitHub
parent 7ea446edc6
commit 82e4196e26
2 changed files with 14 additions and 2 deletions
@@ -97,4 +97,8 @@
display: flex; display: flex;
} }
} }
.adf-label {
white-space: normal;
}
} }
@@ -15,10 +15,16 @@
} }
} }
&-label {
white-space: normal;
height: 100%;
}
&-attach-widget__menu-upload { &-attach-widget__menu-upload {
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: 8px; margin-right: 8px;
word-break: normal;
.adf-attach-widget__menu-upload__button { .adf-attach-widget__menu-upload__button {
line-height: 28px; line-height: 28px;
@@ -54,12 +60,14 @@
margin-bottom: 12px; margin-bottom: 12px;
.adf-label { .adf-label {
width: 32px; width: 100%;
font-size: var(--theme-caption-font-size); font-size: var(--theme-caption-font-size);
line-height: var(--theme-headline-line-height); line-height: var(--theme-headline-line-height);
text-align: left; text-align: left;
white-space: nowrap; white-space: normal;
margin-left: 8px; margin-left: 8px;
padding-right: 8px;
height: 100%;
} }
} }