AT:
- tables take complete width of the container
- tables are still correctly rendered in reports
- tables are still correctly rendered in dashboards
Background:
Currently, Tables are centered in their container, but do not take the complete width of the container. This might become an issue in the Target Value Comparison edit modal.
Ideally, we could just put a width: 100% here, however, we need to make sure the Table component still works in Reports and Dashboards, too.