Adjusted category UI styling to Angular 15 updates

This commit is contained in:
Tzahi12345
2023-04-23 22:14:20 -04:00
parent 955c401f0b
commit e2438a236b
2 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
.operator-select {
width: 55px;
width: 90px;
}
.property-select {
@@ -13,4 +13,17 @@
.value-input {
margin-left: 10px;
}
:host ::ng-deep.mdc-list-item {
height: 75px !important;
}
:host ::ng-deep.mdc-list-item__content {
pointer-events: unset;
}
.rule-buttons {
position: relative;
top: 8px;
}