clean up "display: table" after 87e01f8d29 (#7435)

cg-wrap-table
Niklas Fiekas 2020-10-08 21:18:06 +02:00
parent d4336b22c8
commit 5edd01957a
1 changed files with 4 additions and 5 deletions

View File

@ -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
}