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

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

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;