Skip to content

Commit

Permalink
AMP-3197: align datepicker to be on same line as txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed May 25, 2024
1 parent 38604f6 commit 1aff54d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/dashboard/DashboardFilters/DateFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
aria-labelledby="dropdownMenuButton"
>
<form class="p-2">
<div class="form-group row">
<div class="col d-flex flex-wrap justify-content-between">
<label
for="colFormLabelFrom"
class="col-sm-4 col-form-label col-form-label-sm"
Expand All @@ -34,7 +34,7 @@
v-on:input="setDisabledDate()"
></datepicker>
</div>
<div class="form-group row">
<div class="col d-flex flex-wrap justify-content-between">
<label
for="colFormLabelFrom2"
class="col-sm-4 col-form-label col-form-label-sm"
Expand All @@ -47,10 +47,10 @@
:disabled-dates="state.disabledDates"
></datepicker>
</div>
<div class="form-group row">
<div class="col d-flex flex-wrap justify-content-between">
<div class="col-sm-12">
<button
class="btn btn-info float-right"
class="btn btn-info float-right m-2"
@click="filterByDate($event)"
>
Filter
Expand Down

0 comments on commit 1aff54d

Please sign in to comment.