From c5dfea33f0435a810786c6dd7a72ac0002861097 Mon Sep 17 00:00:00 2001 From: unstop Date: Mon, 8 Sep 2014 12:56:49 +0800 Subject: [PATCH] fix #304: Previewing a protip in firefox doesn't hide back of the card --- app/assets/stylesheets/protip.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/protip.css.scss b/app/assets/stylesheets/protip.css.scss index c93e3555..1dd3474a 100644 --- a/app/assets/stylesheets/protip.css.scss +++ b/app/assets/stylesheets/protip.css.scss @@ -1341,6 +1341,10 @@ body.protip-single { &.rotated { @include rotateY(180deg); + // fix #304: Previewing a protip in firefox doesn't hide back of the card + .front{ + display: none; + } } } }