ProfileInfoPanel: fix text overflow

This commit is contained in:
Alex Gleason
2021-11-01 21:28:45 -05:00
parent 1fe077ea19
commit dd54128f3c

View File

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