diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index dd6e9c32c..981d6a483 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -676,10 +676,10 @@ align-items: center; grid-template-columns: auto 1fr; grid-template-areas: - "tribeResults tribeResults" "stats chart" "morestats morestats" "bottom bottom" + "tribeResults tribeResults" "tribeBottom tribeBottom"; // "wordsHistory wordsHistory" // "buttons buttons" diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index 4c5ddd5df..785fa5475 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -502,6 +502,7 @@ .pageTest { #result { #tribeResultBottom { + grid-area: tribeBottom; margin-top: 1rem; display: grid; grid-template-areas: