Browse Source

Fix button spacing on short text blocks

master
buttercat1791 1 year ago
parent
commit
5f4235add1
  1. 2
      src/lib/components/Preview.svelte

2
src/lib/components/Preview.svelte

@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
<!-- svelte-ignore a11y-no-static-element-interactions -->
<section
id={rootId}
class={`note-leather w-full flex space-x-2 ${sectionClass}`}
class={`note-leather w-full flex space-x-2 justify-between ${sectionClass}`}
on:mouseenter={handleMouseEnter}
on:mouseleave={handleMouseLeave}
>

Loading…
Cancel
Save