Skip to content

Commit

Permalink
fix trend name overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 29, 2023
1 parent de80251 commit ee81ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,9 @@ emoji-picker {
color: var(--light-gray) !important;
cursor: not-allowed !important;
}
.trend-name {
word-break: break-word;
}
.user-item-btn {
float: right;
position: relative;
Expand Down

0 comments on commit ee81ca1

Please sign in to comment.