Skip to content

Commit

Permalink
Align text area with avatar when editing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 18, 2024
1 parent bbb60c8 commit bec0404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
min-height: 1.625rem;
word-wrap: break-word;
font-size: var(--font-size-small);
padding: 0 1rem;
padding: 0 0.75rem;
}
.actions {
display: flex;
Expand Down

0 comments on commit bec0404

Please sign in to comment.