From e940723d998f3db6797aff993b4e170d7564c638 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 25 Jul 2014 11:16:01 -0400 Subject: [PATCH] FIX: Prevent Firefox browser crash with too many nested tags --- app/assets/stylesheets/desktop/topic.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 4171c439047..e8269034d5a 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -290,6 +290,8 @@ kbd line-height: 1.4; margin: 0 .1em; padding: .1em .6em; + + * * { display: none; } } @media all