Skip to content

Commit

Permalink
Button component breaks words
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed May 29, 2024
1 parent 63ceaea commit e8c814c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/blocks/ButtonBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const props = defineProps({
font-family: var(--heading-font-family);
border-radius: 100px;
cursor: pointer;
word-break: break-word;
}
.button--ghost {
Expand Down

0 comments on commit e8c814c

Please sign in to comment.