1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Overflow long discussion titles

This commit is contained in:
Toby Zerner
2015-08-13 13:07:24 +09:30
parent 7e37cf5568
commit 8631eb5819

View File

@@ -41,6 +41,8 @@
line-height: 1.3;
color: @heading-color;
font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
.unread & {
font-weight: bold;