SAP/fundamental

Tables are larger than outside container

hertweckhr1 opened this issue · 0 comments

Describe the bug
Right now tables are not responsive. They tend to overflow container they are placed on smaller screens sizes. This impacts all components including tables.

Need to make sure the tree is never bigger than parent container.

Fiori Fundamentals: 1.5.2

Frameworks:
Noticed on fundamental and fundamental-react

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://sap.github.io/fundamental/components/tree.html
  2. Shrink screen to mobile size
  3. See table overlap container div

Expected behavior
Table should stay within container/be responsive to smaller screen sizes.

Screenshots
image

Desktop:

  • OS: Mac OS Mojave
  • Browser: Chrome

Relates to issue SAP/fundamental-react#466