mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-21953 fix broken widget names (#10533)
This commit is contained in:
@@ -97,4 +97,8 @@
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-label {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user