diff options
author | cash <cash.costello@gmail.com> | 2013-02-18 10:34:31 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-02-18 10:34:31 -0500 |
commit | 2cc3a9e7d7721b0051bf261ca922972075b72d3c (patch) | |
tree | bade2893e09cb1de07703c99014b16b1957e8f8a /views | |
parent | 04cf742eaa4cedeadca9e46cc747e34899ed263c (diff) | |
download | elgg-2cc3a9e7d7721b0051bf261ca922972075b72d3c.tar.gz elgg-2cc3a9e7d7721b0051bf261ca922972075b72d3c.tar.bz2 |
Fixes #5056 fixes tag wrapping on IE7
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/ie7.php | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |