Skip to content

Commit

Permalink
don't wrap patterns and increase size available
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Mar 10, 2024
1 parent ff18eb3 commit ab291af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blade/components/summaryheader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn SummaryHeader() -> impl IntoView {
<span class="text-lg">
<b>{cmd}</b>
</span>
<span class="inline-flex max-w-1/4 overflow-auto">{patterns}</span>
<span class="inline-flex max-w-1/2 overflow-auto whitespace-nowrap">{patterns}</span>
<span>@</span>
<span class="text-grey-400 text-sm">{start}</span>
</div>
Expand Down

0 comments on commit ab291af

Please sign in to comment.