Skip to content

Commit

Permalink
Merge pull request #262 from LiamMorrow/fix-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow authored Sep 5, 2024
2 parents 836ab9a + 0cb2eb3 commit 41a0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiftLog.Ui/Shared/Presentation/ItemTitle.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<span class="text-xl font-bold flex-shrink text-ellipsis text-nowrap whitespace-nowrap overflow-hidden min-w-0 text-start">@Title</span>
<span class="text-xl font-bold flex-shrink text-ellipsis max-w-full text-nowrap whitespace-nowrap overflow-hidden min-w-0 text-start">@Title</span>

@code {
[Parameter][EditorRequired] public string Title { get; set; } = null!;
Expand Down

0 comments on commit 41a0dc5

Please sign in to comment.