Skip to content

Commit

Permalink
Revert "fix: fix displaying kudos number selector - EXO-69894 - Meeds…
Browse files Browse the repository at this point in the history
…-io/meeds#1774 (#472)"

This reverts commit c5b5174.
  • Loading branch information
GouadriaHanen committed Mar 18, 2024
1 parent c5b5174 commit f9bd519
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{ $t('kudos.administration.label') }}
</div>
<div class="d-flex flex-row kudosPeriodConfiguration">
<div class="flex-grow-1 flex-shrink-1 col-2 pa-0">
<div class="flex-grow-1 flex-shrink-1">
<v-text-field
v-model="kudosPerPeriod"
type="number"
Expand All @@ -43,7 +43,7 @@
<select
id="applicationToolbarFilterSelect"
v-model="kudosPeriodType"
class="ignore-vuetify-classes my-auto col-12 py-0">
class="ignore-vuetify-classes my-auto">
<option
v-for="item in periods"
:key="item.value"
Expand Down

0 comments on commit f9bd519

Please sign in to comment.