diff --git a/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.html b/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.html index 4552b73..f2e7d67 100644 --- a/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.html +++ b/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.html @@ -31,9 +31,11 @@ - - - + + + + + diff --git a/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.scss b/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.scss index 53fcc70..1ee4ff2 100644 --- a/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.scss +++ b/src/app/dialogs/edit-category-dialog/edit-category-dialog.component.scss @@ -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; } \ No newline at end of file