MatBlazor
MatBlazor copied to clipboard
MudTable does not render correctly when using iPhone SE
Describe the bug If have a MudTable with several columns. When you change the size of the view using developer tools in e.g. Chrome to iPhoneSE the column headers and data are not properly aligned.
To Reproduce Steps to reproduce the behavior:
- Add a MudTable to a page with several columns
- Change size to iPhone
- Check the layout of the data - it is mangled
Blazorfiddle link
Expected behavior The columns headers should be properly aligned. The data should be shown without overlapping each other
Screenshots see attachment
Additional context

Please note, MudTable belongs to MudBlazer, not MatBlazer. These are distinct libraries.