1
0
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:
Alex Andreev 2021-08-30 12:38:05 +03:00
parent cf541af696
commit 7b5e76322f

View File

@ -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;