Skip to content

Commit

Permalink
[AAE-20250] reverting position changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 authored and VitoAlbano committed Feb 12, 2024
1 parent ace7cf0 commit 20a2a33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div [ngSwitch]="templateType">
<div *ngSwitchDefault
class="adf-textitem-default">
<div *ngSwitchDefault>
<mat-form-field class="adf-property-field adf-card-textitem-field"
[ngClass]="{
'adf-property-read-only': !isEditable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.adf-card-view-textitem {
.adf-property-field {
padding-top: 10px;
}

.adf-textitem-error {
font-size: var(--theme-caption-font-size);
padding-top: 6px;
Expand Down Expand Up @@ -27,13 +31,6 @@
}
}

.adf-textitem-default .adf-property-read-only {
.mat-form-field-label-wrapper {
top: -9px;
padding-top: 0.9375em;
}
}

.adf-textitem-chip-list-container {
.mat-form-field-label {
margin-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 20a2a33

Please sign in to comment.