New function : shortenLink
This commit is contained in:
@ -102,6 +102,14 @@ pre code {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.original-link-list {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 200px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer
|
||||
{
|
||||
|
Reference in New Issue
Block a user