Skip to content

Commit 53c140b

Browse files
author
yurim
committed
safari mobile 에서 icon 늘어나는거 대응
1 parent cd6abe9 commit 53c140b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Collapsible.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Collapsible = ({
3232
<img
3333
style={{
3434
width: 20,
35-
height: "fit-content",
35+
height: 20,
3636
opacity: 0.3,
3737
verticalAlign: "middle",
3838
}}
@@ -45,7 +45,7 @@ const Collapsible = ({
4545
<img
4646
style={{
4747
width: 20,
48-
height: "fit-content",
48+
height: 20,
4949
opacity: 0.3,
5050
verticalAlign: "middle",
5151
}}

0 commit comments

Comments
 (0)