Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d7d5f56

Browse files
committed
fix: margins
1 parent 2411ed0 commit d7d5f56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ export const PayloadAdminBar: React.FC<PayloadAdminBarProps> = (props) => {
232232
style={{
233233
...unstyled !== true ? {
234234
display: 'flex',
235+
marginRight: '10px',
235236
flexShrink: 1,
236237
flexGrow: 1,
237238
alignItems: 'center',
@@ -287,7 +288,6 @@ export const PayloadAdminBar: React.FC<PayloadAdminBarProps> = (props) => {
287288
{...createProps}
288289
style={{
289290
...unstyled !== true ? {
290-
marginRight: '10px',
291291
flexShrink: 1,
292292
display: 'block',
293293
textDecoration: 'none',
@@ -321,6 +321,7 @@ export const PayloadAdminBar: React.FC<PayloadAdminBarProps> = (props) => {
321321
{...previewProps}
322322
style={{
323323
...unstyled !== true ? {
324+
marginLeft: '10px',
324325
background: 'none',
325326
border: 'none',
326327
padding: 0,

0 commit comments

Comments
 (0)