mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-27113] Align edit assignee button correctly in process admin user task property editor (#10371)
* [AAE-27113] Align edit assignee button correctly in process admin user task property editor * [AAE-27113] Adjusted text-overflow behavior to avoid overlap
This commit is contained in:
@@ -129,7 +129,8 @@
|
||||
'adf-property-value-editable': editable,
|
||||
'adf-textitem-clickable-value': isClickable,
|
||||
'adf-property-readonly-value': isReadonlyProperty,
|
||||
'adf-property-value-has-error': isEditable && hasErrors
|
||||
'adf-property-value-has-error': isEditable && hasErrors,
|
||||
'adf-property-value-has-icon-suffix': showClickableIcon
|
||||
}"
|
||||
[placeholder]="property.default"
|
||||
[attr.aria-label]="property.label | translate"
|
||||
|
@@ -36,7 +36,9 @@
|
||||
}
|
||||
|
||||
#{$mat-form-field-icon-suffix} {
|
||||
align-self: baseline;
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
bottom: 7px;
|
||||
}
|
||||
|
||||
.adf-textitem-chip-list-container {
|
||||
@@ -77,6 +79,13 @@
|
||||
color: var(--adf-metadata-property-panel-title-color);
|
||||
}
|
||||
|
||||
.adf-property-value-has-icon-suffix {
|
||||
padding-right: 34px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#{$mat-line-ripple} {
|
||||
&::before,
|
||||
&::after {
|
||||
|
@@ -87,6 +87,7 @@
|
||||
&.adf-property-value-editable {
|
||||
color: var(--adf-metadata-property-panel-title-color);
|
||||
background-color: var(--adf-metadata-buttons-background-color);
|
||||
box-sizing: border-box;
|
||||
border-radius: 6px;
|
||||
height: 32px;
|
||||
padding-left: 10px;
|
||||
@@ -112,6 +113,7 @@
|
||||
|
||||
&-input {
|
||||
background-color: var(--adf-metadata-buttons-background-color);
|
||||
box-sizing: border-box;
|
||||
border-radius: 6px;
|
||||
padding: 6px 0;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user