mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 22:01:36 +00:00
Removed unnecessary styles
This commit is contained in:
parent
04e5d71d73
commit
d0c47954b6
@ -30,7 +30,7 @@
|
|||||||
<MudTooltip Text="@T("Your attached file")" Placement="Placement.Bottom">
|
<MudTooltip Text="@T("Your attached file")" Placement="Placement.Bottom">
|
||||||
<span class="d-inline-flex align-items-center" style="overflow: hidden; width: 100%;">
|
<span class="d-inline-flex align-items-center" style="overflow: hidden; width: 100%;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Class="mr-2" Style="flex-shrink: 0;"/>
|
<MudIcon Icon="@Icons.Material.Filled.AttachFile" Class="mr-2" Style="flex-shrink: 0;"/>
|
||||||
<MudText Style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
|
<MudText Style="white-space: nowrap;">
|
||||||
@Path.GetFileName(filePath)
|
@Path.GetFileName(filePath)
|
||||||
</MudText>
|
</MudText>
|
||||||
</span>
|
</span>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<MudTooltip Text="@T("The file was deleted, renamed, or moved")" Placement="Placement.Bottom">
|
<MudTooltip Text="@T("The file was deleted, renamed, or moved")" Placement="Placement.Bottom">
|
||||||
<span class="d-inline-flex align-items-center" style="overflow: hidden; width: 100%;">
|
<span class="d-inline-flex align-items-center" style="overflow: hidden; width: 100%;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.Report" Color="Color.Error" Class="mr-2" Style="flex-shrink: 0;"/>
|
<MudIcon Icon="@Icons.Material.Filled.Report" Color="Color.Error" Class="mr-2" Style="flex-shrink: 0;"/>
|
||||||
<MudText Style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
|
<MudText Style="white-space: nowrap;">
|
||||||
<s>@Path.GetFileName(filePath)</s>
|
<s>@Path.GetFileName(filePath)</s>
|
||||||
</MudText>
|
</MudText>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user