fix: properly break titles

This commit is contained in:
2022-08-09 21:12:49 -04:00
parent bcef69d91c
commit 876ef91f63
3 changed files with 12 additions and 4 deletions

View File

@@ -58,3 +58,9 @@ const prettyDate = latestDate.format("DD MMM YYYY");
</HomeStatBox>
</div>
</template>
<style scoped>
h2 {
overflow-wrap: break-word;
}
</style>