make desc overflow a scroll
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-11-11 16:20:41 +00:00
parent d51308a56b
commit 98074ed90d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
white-space: pre-line;
word-break: break-word;
text-overflow: ellipsis;
overflow: hidden;
overflow: scroll;
}
&.-static {