We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307672f commit 3a00cfaCopy full SHA for 3a00cfa
src/features/header/components/header-status-menu.tsx
@@ -264,7 +264,7 @@ function StatusPopover({
264
data: ReturnType<typeof useQueriesCodegateStatus>['data']
265
}) {
266
return (
267
- <Popover className="min-w-64 px-3 py-2" placement="bottom end">
+ <Popover className="px-3 py-2 min-w-64" placement="bottom end">
268
<Dialog aria-label="CodeGate Status" style={{ outline: 0 }}>
269
<Row
270
title="CodeGate server"
0 commit comments