diff options
Diffstat (limited to 'web/source/css/tag.css')
| -rw-r--r-- | web/source/css/tag.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/source/css/tag.css b/web/source/css/tag.css index 2f1c9db98..99dbd6f61 100644 --- a/web/source/css/tag.css +++ b/web/source/css/tag.css @@ -18,8 +18,8 @@ */ .thread { - #tag-name { - /* Ensure ridiculous length tags get wrapped */ - word-wrap: anywhere; - } + #tag-name { + /* Ensure ridiculous length tags get wrapped */ + word-wrap: anywhere; + } } |
