Skip to content

Commit

Permalink
remove !important
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Apr 9, 2024
1 parent 584bf1b commit 34661b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/math/textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const MathEditorTextarea = ({
<textarea
className={cn(
`mx-0 my-1 h-24 w-[80vw] max-w-[600px] resize-none rounded-md
!border-2 border-transparent p-2.5 font-mono
border-2 border-transparent p-2.5 font-mono
text-black outline-none focus:border-editor-primary`
)}
ref={textareaRef}
Expand Down

0 comments on commit 34661b1

Please sign in to comment.