diff --git a/app/components/InfoPopover.module.css b/app/components/InfoPopover.module.css index 68937dc9d..91e1090a6 100644 --- a/app/components/InfoPopover.module.css +++ b/app/components/InfoPopover.module.css @@ -5,8 +5,8 @@ color: var(--color-text); font-size: var(--fonts-md); padding: var(--s-0-5); - width: var(--input-height); - height: var(--input-height); + width: calc(var(--input-height) * 0.7); + height: calc(var(--input-height) * 0.7); display: flex; align-items: center; justify-content: center;