+
+
+ @if (createdDateFrom) {
+
+
+
+
+ }
+
+
+
+
+
+ @if (createdDateTo) {
+
+
+
+
+ }
+
+
-
- @if (addedRelativeDate) {
-
-
-
-
- }
+
+
+
+
+
+
+ @if (addedRelativeDate) {
+
+
+
+
+ }
+
+
+
+
+
+ @if (addedDateFrom) {
+
+
+
+
+ }
+
+
+
+
+ @if (addedDateTo) {
+
+
+
+
+ }
+
+
-
-
- @if (addedDateFrom) {
-
-
-
-
- }
-
-
-
-
-
-
-
- @if (addedDateTo) {
-
-
-
-
- }
-
-
-
-
+
diff --git a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.scss b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.scss
index ebd34b29a..616835b3a 100644
--- a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.scss
+++ b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.scss
@@ -1,16 +1,7 @@
.date-dropdown {
+ --bs-dropdown-min-width: 22rem;
white-space: nowrap;
- @media(min-width: 768px) {
- --bs-dropdown-min-width: 40rem;
- }
-
- @media screen and (max-width: 767px) {
- .border-end {
- border: none !important;
- }
- }
-
.btn-link {
line-height: 1;
}
@@ -21,6 +12,10 @@
min-height: 1em;
}
+.select-item .selected-icon {
+ line-height: 2em;
+}
+
.input-group-sm {
.form-control {
font-size: 0.875rem;
diff --git a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts
index 3645f7ddc..799335eef 100644
--- a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+++ b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts
@@ -159,6 +159,9 @@ export class DatesDropdownComponent implements OnInit, OnDestroy {
@Input()
disabled: boolean = false
+ @Input()
+ placement: string = 'bottom-start'
+
public readonly today: string = new Date().toISOString().split('T')[0]
get isActive(): boolean {
diff --git a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html
index fcb7bed8f..f8d346cba 100644
--- a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html
+++ b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html
@@ -93,6 +93,7 @@
}