fix button misaligned when font-size is increased

This commit is contained in:
Sebastian 2022-03-14 12:15:13 -03:00
parent fda5eeb68a
commit 85e5a24e5f
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -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}
/> />