Use overflow: auto for description
ci/woodpecker/pr/woodpecker Pipeline was successful Details

Previously it sets overflow: scroll, so there's an unnecessary
horizontal scroll.
overflow: auto only shows scrollbar when it overflows
This commit is contained in:
Ngô Ngọc Đức Huy 2023-11-05 09:21:49 +07:00
parent deaef1d0b9
commit 235c734d37
Signed by untrusted user: xarvos
GPG Key ID: 904AF1C7CDF695C3
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: scroll;
overflow: auto;
}
&.-static {