Skip to content

Commit 7d586dc

Browse files
authored
Allow long links to wrap in bot info (#99)
1 parent b710301 commit 7d586dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/components/BotList.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@ function SelectedToggleFavorite() {
591591
gap: 1rem;
592592
grid-area: main;
593593
}
594+
.info-main a {
595+
overflow-wrap: anywhere;
596+
word-break: break-word;
597+
}
594598
.info-extra {
595599
display: flex;
596600
flex-direction: column;

0 commit comments

Comments
 (0)