From 650fbf5f8ea1dd81e111275306bd00cdd33d20c1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 4 Feb 2015 12:04:14 +0100 Subject: [PATCH] Fixed font-size in spoiler box --- wcfsetup/install/files/style/bbcode.less | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/bbcode.less b/wcfsetup/install/files/style/bbcode.less index 36e64c909c..d87b9836bc 100644 --- a/wcfsetup/install/files/style/bbcode.less +++ b/wcfsetup/install/files/style/bbcode.less @@ -373,6 +373,7 @@ html[dir='rtl'] { .spoilerBox { background-color: @wcfContentBackgroundColor; clear: both; + font-size: 1rem; padding-bottom: @wcfGapSmall; > header { -- 2.20.1