Skip to content

Commit e312939

Browse files
committed
refactor: adjust padding in main header for improved layout
1 parent a8870b2 commit e312939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/MainHeader.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ProductVersionLabel } from '../zenuml/components/MainHeader/ProductVers
55
import featureToggle from '../services/feature_toggle';
66
import { Popover } from './PopOver';
77
import { SharePanel } from './SharePanel';
8+
import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
89
import userService from '../services/user_service';
910
import mixpanel from '../services/mixpanel';
1011

@@ -58,7 +59,7 @@ export function MainHeader(props) {
5859
const isSubscribed = userService.isSubscribed();
5960

6061
return (
61-
<div className="main-header text-gray-400 py-2 px-8 flex justify-between border-b border-black-700 bg-black-500">
62+
<div className="main-header text-gray-400 py-1 px-2 flex justify-between border-b border-black-700 bg-black-500">
6263
<div className="flex items-center gap-4">
6364
<div className="flex items-center p-1">
6465
<svg className="h-9 w-9">

0 commit comments

Comments
 (0)