mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-10 21:09:06 +00:00
Fixed table cells width
This commit is contained in:
parent
1742d3464b
commit
25853bab86
@ -7,8 +7,8 @@
|
|||||||
<MudTable Items="@this.SettingsManager.ConfigurationData.Providers">
|
<MudTable Items="@this.SettingsManager.ConfigurationData.Providers">
|
||||||
<ColGroup>
|
<ColGroup>
|
||||||
<col style="width: 3em;"/>
|
<col style="width: 3em;"/>
|
||||||
<col style="width: 6em;"/>
|
<col style="width: 12em;"/>
|
||||||
<col style="width: 6em;"/>
|
<col style="width: 12em;"/>
|
||||||
<col/>
|
<col/>
|
||||||
<col style="width: 20em;"/>
|
<col style="width: 20em;"/>
|
||||||
</ColGroup>
|
</ColGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user