[AAE-19343] Fix attach file widget advanced properties are not properly displayed (#9225)

* [AAE-19343] Move css rules from card-view to content-metadata to fix label overlaps the selected variable, fix remove empty space between static path label and the value

* [AAE-19343] Fix select placeholder is not displayed when select is empty
This commit is contained in:
Amedeo Lepore
2024-01-15 11:38:34 +01:00
committed by GitHub
parent bb3dd978d2
commit e982b7db71
2 changed files with 14 additions and 2 deletions

View File

@@ -7,6 +7,16 @@ $panel-properties-height: 56px !default;
border: 1px solid var(--adf-metadata-property-panel-border-color);
border-radius: 12px;
margin: 12px;
.adf-property-list .adf-property .adf-property-field {
.mat-input-element {
margin-top: 20px;
}
.mat-form-field-label {
transform: translateY(-1.3437em) scale(1);
}
}
}
mat-expansion-panel-header {

View File

@@ -34,7 +34,6 @@
.mat-input-element {
text-overflow: ellipsis;
color: var(--adf-metadata-property-panel-title-color);
margin-top: 20px;
padding: 6px 0;
line-height: 20px;
}
@@ -66,8 +65,11 @@
display: flex;
flex-direction: column;
height: 20px;
&.mat-form-field-empty {
transform: translateY(-1.3437em) scale(1);
}
}
.mat-form-field-label-wrapper {
padding-top: 0;