changed css to fix text on thumbnail
[mediagoblin.git] / mediagoblin / static / css / base.css
index 7852cae99e7a535dc6d62f00572ff3f461807a4c..cda94352236fa44b4d1c721a24400f87f77d4e44 100644 (file)
@@ -1069,3 +1069,7 @@ table.metadata_editor tr td.form_field_input input {
 .application-button {
   float: right;
 }
+
+.media_thumbnail{
+  white-space: normal;
+}
\ No newline at end of file