From 2ff1cfea4e62cc98eddc03897876c05cb02b1b78 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 16 Jul 2020 23:00:40 +0100 Subject: [PATCH] fixed tags not working with media queries --- public/css/style.scss | 4 ++++ public/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/style.scss b/public/css/style.scss index 200b8ebac..f15193c9e 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1568,6 +1568,10 @@ key { } &.tags { + .tagsListAndButton { + grid-area: buttons; + } + .tagsList { display: grid; gap: .5rem; diff --git a/public/index.html b/public/index.html index 2f13791b1..3c05c6030 100644 --- a/public/index.html +++ b/public/index.html @@ -815,7 +815,7 @@
With tags, you can compare how fast you're typing in different situations. You can see your active tags above the test words. They will remain active until you deactivate them, or refresh the page.
-
+