Skip to content

Commit

Permalink
fix font size for chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 9, 2023
1 parent 45f77d4 commit 7d17c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/options/components/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const Container = styled.div`

const StyledPre = styled.pre`
position: absolute;
font-size: 14px;
width: calc(100% - ${padding}px * 2);
height: calc(100% - ${padding}px * 2);
margin: 0;
Expand All @@ -28,6 +29,7 @@ const StyledPre = styled.pre`

const StyledTextarea = styled.textarea`
position: absolute;
font-size: 14px;
width: calc(100% - ${padding}px * 2);
height: calc(100% - ${padding}px * 2);
padding: 0;
Expand Down

0 comments on commit 7d17c4a

Please sign in to comment.