Skip to content

Commit 3a00cfa

Browse files
fix: focus ring in version dropdown (#314)
1 parent 307672f commit 3a00cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/header/components/header-status-menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function StatusPopover({
264264
data: ReturnType<typeof useQueriesCodegateStatus>['data']
265265
}) {
266266
return (
267-
<Popover className="min-w-64 px-3 py-2" placement="bottom end">
267+
<Popover className="px-3 py-2 min-w-64" placement="bottom end">
268268
<Dialog aria-label="CodeGate Status" style={{ outline: 0 }}>
269269
<Row
270270
title="CodeGate server"

0 commit comments

Comments
 (0)