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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View File

@ -97,4 +97,8 @@
display: flex;
}
}
.adf-label {
white-space: normal;
}
}

View File

@ -15,10 +15,16 @@
}
}
&-label {
white-space: normal;
height: 100%;
}
&-attach-widget__menu-upload {
display: flex;
align-items: center;
margin-right: 8px;
word-break: normal;
.adf-attach-widget__menu-upload__button {
line-height: 28px;
@ -54,12 +60,14 @@
margin-bottom: 12px;
.adf-label {
width: 32px;
width: 100%;
font-size: var(--theme-caption-font-size);
line-height: var(--theme-headline-line-height);
text-align: left;
white-space: nowrap;
white-space: normal;
margin-left: 8px;
padding-right: 8px;
height: 100%;
}
}