Skip to content

Commit

Permalink
Fix text-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Jun 3, 2024
1 parent 7b6c325 commit 3afdbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const {isLargeScreen, isDark} = useScreen();
}
.v-card-subtitle {
text-wrap: auto;
text-wrap: wrap;
gap: 1rem;
}
Expand Down

0 comments on commit 3afdbfc

Please sign in to comment.