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:
Sébastien Lucas 2014-07-25 14:02:31 +02:00
parent 4f644bd656
commit 2a5dc86484
2 changed files with 8 additions and 3 deletions

View file

@ -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; }