We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40cb40 + 75b8c33 commit 1e809d1Copy full SHA for 1e809d1
src/components/ContentCard.vue
@@ -115,6 +115,7 @@ export default Vue.extend({
115
font-size: 12px;
116
color: $color-gray;
117
margin: 0;
118
+ word-break: break-all;
119
}
120
121
</style>
src/pages/lesson/index.vue
@@ -314,6 +314,7 @@ export default Vue.extend({
314
font-family: 'Noto Sans JP', sans-serif;
315
font-size: 16px;
316
317
318
319
320
.lesson-material {
0 commit comments