Properly break long links during display
This commit is contained in:
@@ -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"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user