Skip to content

Commit

Permalink
refactor(ui): Refactor rule description wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Oct 29, 2023
1 parent 38b23e6 commit c316963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Rules/RuleGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const RuleGroup = (props: {
</div>

<div className="my-0.5 flex text-sm sm:my-1">
<span className="mr-2 font-bold w-full overflow-hidden overflow-ellipsis whitespace-nowrap">{props.group.description}</span>
<span className="mr-2 font-bold w-full overflow-hidden overflow-ellipsis">{props.group.description}</span>
</div>
</div>

Expand Down

0 comments on commit c316963

Please sign in to comment.