Skip to content

Commit 6fe4f32

Browse files
committed
英文字テキストが折り返すようにword-break:break-allを追加
1 parent cb07066 commit 6fe4f32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ContentCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default Vue.extend({
115115
font-size: 12px;
116116
color: $color-gray;
117117
margin: 0;
118+
word-break: break-all;
118119
}
119120
}
120121
</style>

src/pages/lesson/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export default Vue.extend({
314314
font-family: 'Noto Sans JP', sans-serif;
315315
font-size: 16px;
316316
color: $color-gray;
317+
word-break: break-all;
317318
}
318319
319320
.lesson-material {

0 commit comments

Comments
 (0)