BusyIndicator breaks styles for Form component #6579
-
Hello, Form styles work only if add them explicitly.. Here is an example: When I remove BusyIndicator then styles work properly.. Could you help us with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
setting https://stackblitz.com/edit/github-m52y88-hfwuhv?file=src%2FApp.tsx,package.json |
Beta Was this translation helpful? Give feedback.
Hi @RomanKarpiak
setting
width: 100%;
to both theBusyIndicator
andForm
seems to resolve this issue.https://stackblitz.com/edit/github-m52y88-hfwuhv?file=src%2FApp.tsx,package.json