From 67f0df76c2d0a0fa66b007aa873142763b946e33 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 22 Feb 2024 15:25:40 +0100 Subject: [PATCH] fix: input history button alignment --- frontend/src/styles/test.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 886a8cc8077e..7ca488a82c58 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -566,7 +566,10 @@ // grid-column: 1/3; margin-bottom: 1rem; .textButton { - padding: 0; + padding: 0 0.25em; + } + #copyWordsListButton { + margin-left: 0.5em; } .heatmapLegend { margin-left: 0.5rem; @@ -599,9 +602,10 @@ } } .title { - -webkit-user-select: none; user-select: none; margin-bottom: 0.25rem; + display: flex; + align-items: center; } .words { display: flex;