Skip to content

Commit

Permalink
make icon and text inline
Browse files Browse the repository at this point in the history
  • Loading branch information
antontranelis committed Nov 22, 2024
1 parent 5835baa commit ae9a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Profile/Subcomponents/MarkdownHint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const MarkdownHint = () => {
<div
onClick={() => setExpended(true)}
title='Markdown is supported'
className='flex tw-flex-row tw-text-gray-400 tw-cursor-pointer'
className='flex tw-flex-row tw-text-gray-400 tw-cursor-pointer tw-items-center'
>
<svg
aria-hidden='true'
Expand Down

0 comments on commit ae9a15b

Please sign in to comment.