Don't word-wrap in article titles
This commit is contained in:
parent
3ac5095776
commit
15268ef4f6
1 changed files with 10 additions and 0 deletions
|
@ -693,6 +693,16 @@ template {
|
||||||
box-shadow: var(--current-item-box-shadow);
|
box-shadow: var(--current-item-box-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-header {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-title {
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.item-title a {
|
.item-title a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: var(--item-title-link-font-weight);
|
font-weight: var(--item-title-link-font-weight);
|
||||||
|
|
Loading…
Reference in a new issue