diff --git a/src/styles/layout/circle/circle.scss b/src/styles/layout/circle/circle.scss
index c45f9c2d41e3986962ff9151a12fbc96341ca1aa..594f529fe4748194a5f6572c4b660940b3c66764 100644
--- a/src/styles/layout/circle/circle.scss
+++ b/src/styles/layout/circle/circle.scss
@@ -32,7 +32,7 @@
       grid-template-columns: repeat(3, 33.3333%);
     }
 
-    *:not(.cell) {
+    *:not(.cell):not([name="buttons"]):not([class="table-header"]) {
       display: contents;
     }