changed css to fix text on thumbnail
authorMatt <deal.sy@hotmail.com>
Mon, 15 Aug 2016 05:11:12 +0000 (15:11 +1000)
committerMatt <deal.sy@hotmail.com>
Mon, 15 Aug 2016 05:11:12 +0000 (15:11 +1000)
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