Added text-overflow: ellipsis to the media thumbnails

This commit is contained in:
Joar Wandborg 2012-07-28 21:01:56 +02:00
parent 1afa230c59
commit 65a2eb6694

View File

@ -402,6 +402,9 @@ textarea#comment_content {
background-color: #222;
border-radius: 0 0 5px 5px;
padding: 0 0 6px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.media_thumbnail a {