Added text-overflow: ellipsis to the media thumbnails
authorJoar Wandborg <git@wandborg.com>
Sat, 28 Jul 2012 19:01:56 +0000 (21:01 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 28 Jul 2012 19:01:56 +0000 (21:01 +0200)
mediagoblin/static/css/base.css

index f29f4ed2a7f6018ce387bddcf39265a4f500540d..ed3f69a69a8dcc2e9b866ad55ec858c3c0cd19c3 100644 (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 {