Border radius best practices

The border radius field accepts CSS units, but we cap it for safety.

  • The module validates and clamps the value to a maximum of 30px internally.
  • Accepts px, em, rem, %. If invalid, it falls back to 0px.
  • The radius is applied consistently to cards, list items, and badges.