ProfileInfoPanel: fix text overflow
This commit is contained in:
parent
1fe077ea19
commit
dd54128f3c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue