UX: Wrap really long titles on user stream pages
This commit is contained in:
parent
96c59c5b82
commit
7a0501c0c0
|
@ -470,7 +470,6 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue