ProfileInfoPanel: fix text overflow

This commit is contained in:
Alex Gleason 2021-11-01 21:28:45 -05:00
parent 1fe077ea19
commit dd54128f3c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@
margin: 15px 0; margin: 15px 0;
font-size: 15px; font-size: 15px;
line-height: 1.25; line-height: 1.25;
overflow: hidden;
text-overflow: ellipsis;
a { a {
color: var(--highlight-text-color); color: var(--highlight-text-color);