mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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 {
|
||||
|
@@ -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,7 +65,10 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 20px;
|
||||
transform: translateY(-1.3437em) scale(1);
|
||||
|
||||
&.mat-form-field-empty {
|
||||
transform: translateY(-1.3437em) scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.mat-form-field-label-wrapper {
|
||||
|
Reference in New Issue
Block a user