#146,147view Filter + dropdowns ...

This commit is contained in:
2025-07-21 17:29:05 -05:00
parent 24db8927e8
commit 01b5679e54
3 changed files with 162 additions and 74 deletions

View File

@@ -1,9 +1,12 @@
:host ::ng-deep .ng-select.custom .ng-select-container {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
height: 46px;
min-height: 46px;
border-radius: 0.5rem;
.ng-value-container .ng-input {
top: 10px;
}
}
:host ::ng-deep .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
position: unset;
}