Skip to content

Commit

Permalink
vertically center text
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojude committed Jan 6, 2025
1 parent 2e4e77a commit 0551fde
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const styles = css`
.error-feedback-thanks {
height: 1.5rem; /* 24px */
display: flex;
align-items: center;
padding-right: 4px; /* To match the 4px inner padding of the thumbs up and down icons */
}
.feedback-button {
Expand Down

0 comments on commit 0551fde

Please sign in to comment.