Skip to content

Commit

Permalink
[AAE-20250] fixed label overlapping input for readonly cardview texti…
Browse files Browse the repository at this point in the history
…tem (#9312)

* [AAE-20250] fixed label overlapping input for readonly cardview textitem

* [AAE-20250] reverting position changes

* [AAE-20250] adjust padding
  • Loading branch information
wojd0 committed Feb 12, 2024
1 parent 58f4be4 commit 8df2113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
transform: translateY(-1.3437em) scale(1);
}
}

.mat-form-field-label-wrapper {
padding-top: 0;
top: -1px;
}
}
}

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

Expand Down

0 comments on commit 8df2113

Please sign in to comment.