Add an ellipsis to authors, tags and series. re #79
Will certainly make it unusable for people using a lot of tags ..... let's wait for remarks!
This commit is contained in:
parent
4f644bd656
commit
2a5dc86484
2 changed files with 8 additions and 3 deletions
|
@ -54,6 +54,11 @@
|
|||
display:block;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.panel-heading { padding: 10px 7px; }
|
||||
|
||||
.panel { margin-bottom: 5px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue