Skip to content

Commit

Permalink
Merge pull request #5960 from MichelGabriel/main-topic-title
Browse files Browse the repository at this point in the history
Small fix for long titles on `Topic` blocks
  • Loading branch information
fgravin authored Sep 22, 2021
2 parents 6cf4e69 + d373767 commit 6b2dc74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
line-height: 1.3em;
vertical-align: middle;
font-weight: normal;
word-break: break-all;
}
&:hover {
text-decoration: none;
Expand Down

0 comments on commit 6b2dc74

Please sign in to comment.