Skip to content

Commit

Permalink
fix: reduced margins
Browse files Browse the repository at this point in the history
  • Loading branch information
bzavhorodskyi committed Oct 3, 2024
1 parent d24da41 commit ad63741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DevHubSearchResultCard: FC<DevHubSearchResultCardProps> = ({ hit }) => {
hit={hit}
attribute="content"
className={classNames("overflow-hidden text-ellipsis box", {
"after:ml-2 after:content-['...'] before:mr-2 before:content-['...']":
"after:ml-1 after:content-['...'] before:mr-1 before:content-['...']":
isEllipsis,
})}
style={{
Expand Down

0 comments on commit ad63741

Please sign in to comment.