Fix #664 - Text overflow in media headings
authorAndrew Browning <ayleph@thisshitistemp.com>
Sun, 23 Oct 2016 19:32:25 +0000 (12:32 -0700)
committerAndrew Browning <ayleph@thisshitistemp.com>
Sun, 23 Oct 2016 19:39:24 +0000 (15:39 -0400)
Merge in kesara's changes to fix the media heading overflows on edit
and delete pages for ticket #664.

Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
mediagoblin/static/css/base.css

index 1628232b53b7a56d9a64fa2010a9f994dd2edb56..961852e9e875e502a821f0eda60e76fd57359a78 100644 (file)
@@ -394,6 +394,12 @@ text-align: center;
   margin-right: auto;
 }
 
+.form_box > h1, .form_box_xl > h1 {
+  /* Fix header overflowing issue. */
+  overflow: hidden;
+  text-overflow: ellipsis
+}
+
 .form_box_xl {
   max-width: 460px;
 }