restrict article titles to one line to not give more importance to articles with long titles
This commit is contained in:
parent
54ebe5d057
commit
dab5c1895e
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ canvas {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#list li {
|
#list li {
|
||||||
|
|
Reference in a new issue