style: padding top in preview toolbar
This commit is contained in:
parent
974e3636fe
commit
dee434cd33
|
|
@ -832,7 +832,7 @@ function PreviewToolbar({
|
|||
return (
|
||||
<div
|
||||
data-toolbar
|
||||
className="flex justify-end gap-2 h-auto pb-5 pr-5 w-full"
|
||||
className="flex justify-end gap-2 h-auto pb-5 pr-5 pt-4 w-full"
|
||||
>
|
||||
<div className="flex items-center gap-2">
|
||||
<Popover>
|
||||
|
|
|
|||
Loading…
Reference in New Issue