Skip to content

Commit

Permalink
limit the width for user display names
Browse files Browse the repository at this point in the history
  • Loading branch information
mauforonda committed Dec 24, 2022
1 parent 201c5f1 commit 8b83006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion render/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ body {
.user a {
display: flex;
flex-wrap: wrap;
flex-direction: column
flex-direction: column;
max-width: 200px;
}

.username {
Expand Down

0 comments on commit 8b83006

Please sign in to comment.