mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-20250] fixed label overlapping input for readonly cardview textitem (#9312)
* [AAE-20250] fixed label overlapping input for readonly cardview textitem * [AAE-20250] reverting position changes * [AAE-20250] adjust padding
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.adf-card-view-textitem {
|
||||
.adf-property-field {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.adf-textitem-error {
|
||||
font-size: var(--theme-caption-font-size);
|
||||
padding-top: 6px;
|
||||
|
@@ -70,11 +70,6 @@
|
||||
transform: translateY(-1.3437em) scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.mat-form-field-label-wrapper {
|
||||
padding-top: 0;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,7 +84,7 @@
|
||||
&.mat-input-element {
|
||||
color: var(--adf-metadata-action-button-clear-color);
|
||||
padding: 6px 0 6px 12px;
|
||||
margin: 20px 0 0;
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user