fix entry name overflow

This commit is contained in:
Athou
2013-05-07 19:48:40 +02:00
parent 93997eeb72
commit 72c03eb8f2

View File

@@ -49,7 +49,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 100px;
margin-right: 125px;
}
#feed-accordion .entry-heading .shrink {