cengage / react-magma

https://react-magma.cengage.com
MIT License
21 stars 13 forks source link

Bug / Button docs / Content spilling outside of page on small screens #894

Closed orion-cengage closed 2 years ago

orion-cengage commented 2 years ago

Pages:

Version found: 3.1.0

Bug: On small screens, some of the examples are spilling outside their container, causing the whole page to scroll horizontally. These should be allowed to wrap within their containers or cut them off to prevent the whole page from scrolling horizontally.

image

image

image

silvalaura commented 2 years ago

Ah, good catch! I think this is because of ButtonGroup. We are missing the flex-wrap: wrap; property

Uditsingh67 commented 2 years ago

The issue is fixed. See Screen-cast : http://somup.com/c3QrhIUCfi Thanks!