mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8259] Testing Angular 15 - Manage rule page issue (#9978)
This commit is contained in:
committed by
GitHub
parent
4c8e53d983
commit
c070a5ee3e
@@ -1,7 +1,6 @@
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-property-list {
|
||||
background: var(--adf-card-view-background);
|
||||
border: var(--adf-card-view-border);
|
||||
border-color: var(--adf-card-view-border-color);
|
||||
border-radius: var(--adf-card-view-border-radius);
|
||||
@@ -26,12 +25,6 @@
|
||||
}
|
||||
|
||||
.adf-property {
|
||||
.adf-card-view-textitem {
|
||||
.adf-property-field {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-property-field {
|
||||
width: 100%;
|
||||
|
||||
@@ -77,7 +70,13 @@
|
||||
|
||||
&.adf-property-field-label--empty {
|
||||
transform: translateY(-1.3437em) scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-card-view-textitem {
|
||||
.adf-property-field {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user