Skip to content

Commit

Permalink
Merge pull request #122 from AVAnnotate/RB-more-styling-fixes
Browse files Browse the repository at this point in the history
Removing weird extra spaces; other styling tweaks
  • Loading branch information
ajolipa authored Dec 20, 2024
2 parents 0a93204 + 26a9ad1 commit 2c5ff73
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions src/components/RichText/RichTextLeaf.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ import Underline from './Leaves/Underline.astro';
const { leaf } = Astro.props;
---

<Bold leaf={leaf}>
<Code leaf={leaf}>
<Color leaf={leaf}>
<Highlight leaf={leaf}>
<Italic leaf={leaf}>
<LinkText leaf={leaf}>
<Strikethrough leaf={leaf}>
<Underline leaf={leaf}>
<slot />
</Underline>
</Strikethrough>
</LinkText>
</Italic>
</Highlight>
</Color>
</Code>
</Bold>
<Bold leaf={leaf}
><Code leaf={leaf}
><Color leaf={leaf}
><Highlight leaf={leaf}
><Italic leaf={leaf}
><LinkText leaf={leaf}
><Strikethrough leaf={leaf}
><Underline leaf={leaf}><slot /></Underline></Strikethrough
></LinkText
></Italic
></Highlight
></Color
></Code
></Bold
>

0 comments on commit 2c5ff73

Please sign in to comment.