mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Properly break long links during display
This commit is contained in:
parent
4e18a6aeb9
commit
4e10ce7003
@ -29,7 +29,9 @@
|
||||
table tr td div {
|
||||
max-height: 75px;
|
||||
line-height: 25px;
|
||||
overflow: scroll;
|
||||
word-wrap: break-word;
|
||||
max-width: 575px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
form input[name="shortUrl"] {
|
||||
|
Loading…
Reference in New Issue
Block a user