Skip to content

Commit

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

before this change, a bad display of the number of kudos per period so It's impossible to indicate and modify it
After this change, the UI issue is fixed, and the number of kudos per period is well-displayed
  • Loading branch information
GouadriaHanen committed Mar 15, 2024
1 parent a596fdc commit b5e0a52
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">
<div class="flex-grow-1 flex-shrink-1 col-2 pa-0">
<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">
class="ignore-vuetify-classes my-auto col-12 py-0">
<option
v-for="item in periods"
:key="item.value"
Expand Down

0 comments on commit b5e0a52

Please sign in to comment.