fix button misaligned when font-size is increased
This commit is contained in:
parent
fda5eeb68a
commit
85e5a24e5f
@ -48,7 +48,7 @@ export function ErrorTalerOperation({
|
|||||||
<img
|
<img
|
||||||
style={{
|
style={{
|
||||||
transform: !showErrorDetail ? undefined : "scaleY(-1)",
|
transform: !showErrorDetail ? undefined : "scaleY(-1)",
|
||||||
height: "1.5em",
|
height: 24,
|
||||||
}}
|
}}
|
||||||
src={arrowDown}
|
src={arrowDown}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user