Revert "Don't word-wrap in article titles"
This reverts commit 15268ef4f6
.
Unfortunately, it's not really usable on a mobile phone because most
titles are truncated.
This commit is contained in:
parent
224584312a
commit
45a9fd5af6
1 changed files with 0 additions and 10 deletions
|
@ -693,16 +693,6 @@ template {
|
|||
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 {
|
||||
text-decoration: none;
|
||||
font-weight: var(--item-title-link-font-weight);
|
||||
|
|
Loading…
Add table
Reference in a new issue