Properly break long links during display

This commit is contained in:
SinTan1729 2022-11-08 22:32:32 -06:00
parent 4e18a6aeb9
commit 4e10ce7003

View File

@ -29,7 +29,9 @@
table tr td div { table tr td div {
max-height: 75px; max-height: 75px;
line-height: 25px; line-height: 25px;
overflow: scroll; word-wrap: break-word;
max-width: 575px;
overflow: auto;
} }
form input[name="shortUrl"] { form input[name="shortUrl"] {