Skip to content

Commit

Permalink
Fix text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Nov 7, 2021
1 parent 4a11b5b commit 81e0213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ img.emoji {
}

.gsc-header {
@apply flex items-center flex-auto pb-2;
@apply flex flex-wrap items-center flex-auto pb-2 whitespace-nowrap;
}

.gsc-comments-count,
Expand Down Expand Up @@ -480,7 +480,7 @@ img.emoji {
}

.gsc-comment-replies-count {
@apply mb-4 mr-4;
@apply mb-4 mr-4 whitespace-nowrap;
}

.gsc-replies {
Expand Down

0 comments on commit 81e0213

Please sign in to comment.