Skip to content

Commit ee60b3e

Browse files
Merge pull request #22 from RuedaKV/RuedaKV-patch-1
fixed anchor tag width issue
2 parents f141427 + 4d38b4f commit ee60b3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ export default {
4343
#b-toaster-top-right {
4444
margin-top: 5em;
4545
}
46+
47+
a {
48+
word-break: break-all;
49+
}
4650
</style>

0 commit comments

Comments
 (0)