Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledurand committed Aug 10, 2023
1 parent 1a3ad6e commit 84057c6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ export function Item({
const textMarkup = <span className={styles.Text}>{contentMarkup}</span>;

const contentElement = (
<InlineStack
blockAlign="center"
gap="1_5-experimental"
wrap={!truncate}
>
<InlineStack blockAlign="center" gap="1_5-experimental" wrap={!truncate}>
{prefixMarkup}
{textMarkup}
{badgeMarkup}
Expand Down

0 comments on commit 84057c6

Please sign in to comment.