mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
If there is only one child inside a field with addons, the current first and last child selectors remove any radius. Since a single control would be both a first and last child at the same time, it gets canceled out. This leverages the :only-child property to not apply this rule if there is only one control.