[Rewards] Reduce TOS modal button padding in narrow view (#35163)

This commit is contained in:
Kevin Smith
2026-04-01 15:58:04 -04:00
committed by GitHub
parent fcb4c75242
commit 5f72cba990
@@ -152,7 +152,6 @@ export const actionsStyle = scoped.css`
}
@container style(--is-narrow-view) {
margin-top: 16px;
flex-direction: column;
}
}