Skip to content

Commit e295fe0

Browse files
committed
fix: minor fixes
* features tab flex * datepicker chevrons flex
1 parent ea251b2 commit e295fe0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/dashboard/features-tab/FeaturesTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="overview-tab dashboard-tab">
33
<div
4-
class="flex overview-ro justify--space-around justify--start">
4+
class="d-flex overview-row justify--space-around justify--start">
55

66
<div class="overview-col">
77
<div class="overview-item">

src/vuestic-theme/vuestic-components/vuestic-date-picker/VuesticDatePicker.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ $daySize: 1.75rem;
194194
.flatpickr-prev-month, .flatpickr-next-month {
195195
height: 2.625rem;
196196
width: 1.625rem;
197+
@include va-flex-center();
197198
padding: 0;
198199
color: $datepickerText;
199200
&:hover {

0 commit comments

Comments
 (0)