Skip to content

Commit

Permalink
fix mobile tweet overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 17, 2023
1 parent 42f6eab commit acd657c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -966,4 +966,10 @@ a:hover,
margin-right: auto;
margin-left: auto;
}
}
@media screen and (max-width: 590px) {
.tweet .tweet-header-name {
white-space: pre !important;
text-overflow: ellipsis;
}
}

0 comments on commit acd657c

Please sign in to comment.