Skip to content

Commit

Permalink
ench: added tiny space between nav items (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 authored Apr 21, 2023
1 parent 32ac5b5 commit 6945a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/components/LeftNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function LeftNavBar(props: LeftNavBarProps) {
return (
<div>
<div className="mt-14 border-r-2 border-t-2 border-border-gray flex justify-between h-full w-60 fixed bg-bg-black z-50">
<div className="ml-4 mt-16">
<div className="ml-4 mt-16 space-y-1">
<Link
to="/integrations"
className={`flex h-10 rounded-md ml-4 pl-2 pr-3 pt-2.5 text-sm text-white mt-3 w-44 ${
Expand Down

0 comments on commit 6945a52

Please sign in to comment.