fix: Release Description width
This commit is contained in:
@@ -8,9 +8,11 @@
|
|||||||
|
|
||||||
@if (!string.IsNullOrWhiteSpace(Description))
|
@if (!string.IsNullOrWhiteSpace(Description))
|
||||||
{
|
{
|
||||||
<div class="deepdrft-release-description">
|
<MudContainer MaxWidth="MaxWidth.Small">
|
||||||
<p class="deepdrft-release-description-text">@Description</p>
|
<div class="deepdrft-release-description">
|
||||||
</div>
|
<p class="deepdrft-release-description-text">@Description</p>
|
||||||
|
</div>
|
||||||
|
</MudContainer>
|
||||||
}
|
}
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|||||||
Reference in New Issue
Block a user