feat: wrap long words

This commit is contained in:
2022-08-09 15:54:17 -04:00
parent 070b0383c9
commit c2c2249dd5
2 changed files with 5 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ const height = forceheight ?? "auto";
.main-content {
padding: v-bind(padding);
padding-top: 0;
overflow-wrap: break-word;
}
.title {