Fix account empty description display
This commit is contained in:
parent
4363ce0e3e
commit
4e6276c493
|
@ -132,7 +132,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.owner-description {
|
.owner-description {
|
||||||
height: 140px;
|
max-height: 140px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
||||||
@include fade-text(120px, pvar(--mainBackgroundColor));
|
@include fade-text(120px, pvar(--mainBackgroundColor));
|
||||||
|
|
Loading…
Reference in New Issue