forked from AkkomaGang/akkoma-fe
make desc overflow a scroll
This commit is contained in:
parent
d51308a56b
commit
98074ed90d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
white-space: pre-line;
|
||||
word-break: break-word;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
&.-static {
|
||||
|
|
Loading…
Reference in a new issue