react-ui-org/react-ui

`Radio` breaks `<FormLayout fieldLayout="horizontal">`

mbohal opened this issue · 2 comments

In desktop Chrome it is broken, see screenshot.
In desktop FF it works fine.
I did not check other browsers.

Screenshot from 2023-09-22 10-04-45

It is reproducible ion the docs by https://react-ui.io/components/form-layout#full-example .

Relates to #232. Sugrid is now supported in Chrome from version 117 (and apparently works in a different way than in Firefox).

Problem seems to be in Chrome not supporting subgrid on <fieldset>. <div> works fine.