mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 23:58:35 -06:00
Properly break long links during display
This commit is contained in:
parent
4e18a6aeb9
commit
4e10ce7003
1 changed files with 3 additions and 1 deletions
|
@ -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"] {
|
||||||
|
|
Loading…
Reference in a new issue