[WCAG] Zoom is causing a horiztonal scrollbar

1) What is your original issue/pain point you want to solve?

When you zoom in on the dashboard page, a horizontal scrollbar appears.

2) Which are one or two concrete situations where this problem hurts the most?

Dashboard

3) Why is it not solvable with the Zammad standard?

Styling doesn’t cater for it.

4) What is your expectation/what do you want to achieve?

Not sure why the width was set as it is, should be easy thing to resolve with the below css.

#app {
    min-width: auto;
    width: 100%;
}

The accessibility will be improved with the new desktop-view.