Skip to content

Commit

Permalink
fix: slide width in badge experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Sep 27, 2024
1 parent 8ca6951 commit 9d6effe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Thanks/Badges/DetailSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ export default {
<style lang="postcss" scoped>
.slide-container {
width: 164px;
}
.no-border :deep(span) {
@apply tw-bg-transparent tw-border-0;
}
Expand Down

0 comments on commit 9d6effe

Please sign in to comment.