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