Skip to content

Commit

Permalink
Merge pull request #559 from jorenn92/Fix/refactor-29-10-23
Browse files Browse the repository at this point in the history
refactor(ui): Refactor rule description wrapping
  • Loading branch information
jorenn92 authored Oct 29, 2023
2 parents 38b23e6 + c316963 commit 936d399
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 936d399

Please sign in to comment.