Skip to content

Commit

Permalink
Merge pull request #294 from rayjolt/en-link-wrapping
Browse files Browse the repository at this point in the history
英語版リンクを単語の途中で改行されないように修正
  • Loading branch information
Yfuruchin authored Mar 21, 2020
2 parents 9179ff0 + c3bb174 commit ace4331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TextCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class TextCard extends Vue {
@include body-text();
}
a {
word-break: break-all;
word-break: break-word;
color: $link;
}
}
Expand Down

0 comments on commit ace4331

Please sign in to comment.