Skip to content

Commit

Permalink
Revert "Don't word-wrap in article titles"
Browse files Browse the repository at this point in the history
This reverts commit 15268ef.

Unfortunately, it's not really usable on a mobile phone because most
titles are truncated.
  • Loading branch information
fguillot committed Jul 24, 2022
1 parent 2245843 commit 45a9fd5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 45a9fd5

Please sign in to comment.