From 9fa615bc8bb853e01dd624b8ea91088f6cbde447 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 3 May 2022 15:49:54 +0200 Subject: [PATCH] test modes notice now wraps --- frontend/src/styles/test.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 3492542d2..957a0a050 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -995,18 +995,19 @@ } #testModesNotice { - display: grid; - grid-auto-flow: column; - gap: 1rem; + display: flex; + flex-wrap: wrap; color: var(--sub-color); text-align: center; margin-bottom: 1.25rem; - height: 1rem; - line-height: 1rem; transition: 0.125s; justify-content: center; user-select: none; + .text-button { + margin: 0 0.5rem; + } + .fas { margin-right: 0.5rem; }