Skip to content

Commit

Permalink
Make sure the language text not truncated too much
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 27, 2024
1 parent 09080a3 commit 264ca66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
min-width: 4ch;
}

#compose-container .compose-footer {
Expand Down

0 comments on commit 264ca66

Please sign in to comment.