Skip to content

Commit

Permalink
feat: Adjust Kudos Overview Header Height - MEED-7353 - Meeds-io/MIPs…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 2, 2024
1 parent 571aa39 commit 290a7ba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<template #action>
<select
v-model="periodType"
class="kudosOverviewPeriodSelect fill-height col-auto my-auto py-0 subtitle-1 ignore-vuetify-classes">
class="kudosOverviewPeriodSelect header-height width-auto my-auto py-0 ignore-vuetify-classes"
size="1">
<option
v-for="period in periods"
:key="period.value"
Expand All @@ -19,6 +20,7 @@
</template>
<kudos-overview-row
:period-type="periodType"
class="my-auto"
@loading="loading = $event"
@has-kudos="hasKudos = $event" />
</widget-wrapper>
Expand Down

0 comments on commit 290a7ba

Please sign in to comment.