From: cash Date: Mon, 18 Feb 2013 15:34:31 +0000 (-0500) Subject: Fixes #5056 fixes tag wrapping on IE7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2cc3a9e7d7721b0051bf261ca922972075b72d3c;p=lorea%2Felgg.git Fixes #5056 fixes tag wrapping on IE7 --- diff --git a/views/default/css/ie7.php b/views/default/css/ie7.php index 5ef90a90b..229df8431 100644 --- a/views/default/css/ie7.php +++ b/views/default/css/ie7.php @@ -67,3 +67,8 @@ input, textarea { width: 98%; } + +.elgg-tag a { + /* IE7 had a weird wrapping issue for tags */ + word-wrap: normal; +}