mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing padding for external topbar items
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
cf541af696
commit
7b5e76322f
@ -52,7 +52,7 @@ export const TopBar = observer(({ children, ...rest }: Props) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="px-6">
|
||||
<div>
|
||||
{items.map((registration, index) => {
|
||||
if (!registration?.components?.Item) {
|
||||
return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user