Fixed table cells width

This commit is contained in:
Thorsten Sommer 2024-05-19 19:41:33 +02:00
parent 1742d3464b
commit 25853bab86
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -7,8 +7,8 @@
<MudTable Items="@this.SettingsManager.ConfigurationData.Providers">
<ColGroup>
<col style="width: 3em;"/>
<col style="width: 6em;"/>
<col style="width: 6em;"/>
<col style="width: 12em;"/>
<col style="width: 12em;"/>
<col/>
<col style="width: 20em;"/>
</ColGroup>