mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Tiny tweak to broken button placement
This commit is contained in:
parent
301a129665
commit
6df89902c1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const AddForm = (props) => {
|
|||
placeholder='Join the discussion'
|
||||
/>
|
||||
<button
|
||||
className={`transition-[opacity] duration-150 absolute -right-[9px] bottom-[2px] rounded-md border py-3 px-4 font-sans text-sm text-center bg-black font-semibold text-white dark:bg-[rgba(255,255,255,0.8)] dark:text-neutral-800`}
|
||||
className={`transition-[opacity] duration-150 absolute -right-[9px] bottom-2 rounded-md border py-3 px-4 font-sans text-sm text-center bg-black font-semibold text-white dark:bg-[rgba(255,255,255,0.8)] dark:text-neutral-800`}
|
||||
type="submit">
|
||||
Add comment
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue