2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

fix title overflow on user page

This commit is contained in:
Jeff Atwood 2015-07-10 14:35:47 -07:00
parent ecd48a4b35
commit 57b85f2dc8
2 changed files with 2 additions and 2 deletions

View file

@ -446,10 +446,10 @@
margin-right: 4px;
}
.title {
font-size: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.name {
font-size: 1em;