Skip to content

Commit

Permalink
fix(ui): increase the width of absolute date filter (kestra-io#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Jul 5, 2024
1 parent 37508e0 commit 134a90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/executions/date-select/DateFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:start-date="startDate"
:end-date="endDate"
@update:model-value="onAbsFilterChange"
class="w-auto"
/>
<relative-date-select
v-if="selectedFilterType === filterType.RELATIVE"
Expand Down

0 comments on commit 134a90d

Please sign in to comment.