]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #5056 fixes tag wrapping on IE7
authorcash <cash.costello@gmail.com>
Mon, 18 Feb 2013 15:34:31 +0000 (10:34 -0500)
committercash <cash.costello@gmail.com>
Mon, 18 Feb 2013 15:34:31 +0000 (10:34 -0500)
views/default/css/ie7.php

index 5ef90a90b52905351811f0273d22a1d5184a26c4..229df843148146b740748021978e776d05f68234 100644 (file)
@@ -67,3 +67,8 @@
 input, textarea {
        width: 98%;
 }
+
+.elgg-tag a {
+       /* IE7 had a weird wrapping issue for tags */
+       word-wrap: normal;
+}