Skip to content

Commit

Permalink
fix: input history button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 22, 2024
1 parent 8ec149c commit 67f0df7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/styles/test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -599,9 +602,10 @@
}
}
.title {
-webkit-user-select: none;
user-select: none;
margin-bottom: 0.25rem;
display: flex;
align-items: center;
}
.words {
display: flex;
Expand Down

0 comments on commit 67f0df7

Please sign in to comment.