From 5edd01957aea75924e669a68f63bae35113a7dee Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Thu, 8 Oct 2020 21:18:06 +0200 Subject: [PATCH] clean up "display: table" after 87e01f8d29eca2 (#7435) --- ui/common/css/component/_board.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ui/common/css/component/_board.scss b/ui/common/css/component/_board.scss index 2bb5d6d177..ccc939b178 100644 --- a/ui/common/css/component/_board.scss +++ b/ui/common/css/component/_board.scss @@ -10,11 +10,10 @@ } } -.cg-wrap { - display: table; // part of hack to round to full pixel size in chrome -} - .mini-board, .mini-game .cg-wrap { @extend %square; - display: table; +} + +.cg-wrap, .mini-game .cg-wrap { + display: table; // part of hack to round to full pixel size in chrome }