Skip to content

Commit 4d38b4f

Browse files
authored
fixed anchor tag width issue
1 parent f141427 commit 4d38b4f

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)