Skip to content

Commit

Permalink
fix channel card word break
Browse files Browse the repository at this point in the history
  • Loading branch information
4www committed Nov 10, 2024
1 parent 16d8975 commit 4090ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ r4-query {
/* elements to text wrap */
r4-channel-card-body r4-channel-name,
r4-channel-card-body r4-channel-slug {
word-break: break-all;
white-space: nowrap;
word-break: break-word;
}

/* Channel cards */
Expand Down Expand Up @@ -327,6 +326,7 @@ r4-channel-card-body r4-channel-name {
}
r4-channel-card-body r4-channel-slug {
color: var(--c-link);
white-space: nowrap;
}
r4-channel-card-body r4-channel-url a {
text-decoration: underline;
Expand Down

0 comments on commit 4090ce4

Please sign in to comment.