[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:
Wojciech Duda
2024-02-12 16:12:27 +01:00
committed by GitHub
parent 58f4be437d
commit 8df2113ce8
2 changed files with 5 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;
}
}