Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfester committed Oct 13, 2023
1 parent 95078ee commit f32801b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/css/markprompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@
gap: 0.375rem;
}

:where(.MarkpromptPromptFeedback button), :where(.MarkpromptCopyButton) {
:where(.MarkpromptPromptFeedback button),
:where(.MarkpromptCopyButton) {
cursor: pointer;
display: flex;
align-items: center;
Expand Down

0 comments on commit f32801b

Please sign in to comment.