Skip to content

Commit

Permalink
[unticketed] add padding on first date in search result (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-s-nava authored Feb 26, 2025
1 parent 8663022 commit 2822c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const StatusItem = ({
>
<strong>{description}</strong>
{showDate && (
<span className="text-no-uppercase">
<span className="text-no-uppercase padding-left-05">
{date ? formatDate(date) : "--"}
</span>
)}
Expand Down

0 comments on commit 2822c10

Please sign in to comment.