fix large hashtags causing overflow on mobile

This commit is contained in:
Aadil Ayub 2022-04-13 23:02:40 +05:00
parent 24f202440e
commit 3770eb59dc
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ div.network-source {
color: var(--social-dark);
cursor: pointer;
display: block;
word-wrap: anywhere;
}
.card .card.shout h2 a:hover {