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.
-
+