Skip to content

Commit

Permalink
fix: remove text padding in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Jan 8, 2024
1 parent f1ce83f commit 324bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Teams/TeamGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:style="{ 'z-index': participationLendersDisplayed.length - i }"
>
</div>
<span class="tw-whitespace-nowrap tw-text-ellipsis tw-overflow-hidden tw-px-1">
<span class="tw-whitespace-nowrap tw-text-ellipsis tw-overflow-hidden md:tw-px-1">
{{ participationTotalCount }} members participating
</span>
</div>
Expand Down

0 comments on commit 324bb89

Please sign in to comment.