Skip to content

Commit

Permalink
fix(ui): Move char counter down a bit (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Nov 2, 2023
1 parent 1551c30 commit 664aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/src/elements/textarea/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ textarea::-webkit-scrollbar-thumb:horizontal {
padding: 2px 9px;
position: absolute;
right: 0;
bottom: -17px;
bottom: -19px;
flex-direction: row;
display: flex;
}
Expand Down

0 comments on commit 664aa6f

Please sign in to comment.