Skip to content

Commit

Permalink
Margin
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 24, 2024
1 parent 5ea8930 commit 7433a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Tabs.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Tabs: React.FC<TabsProps> = ({ tabs, orientation = "vertical" }) => {
return (
<div className="bg-gray-800 p-6 rounded-lg md:max-w-[1000px]">
<div
className={`flex ${isVertical ? "flex-col sm:flex-row" : "flex-col"} bg-gray-800 rounded-lg h-[calc(65vh-8rem)] mt-6`}
className={`flex ${isVertical ? "flex-col sm:flex-row" : "flex-col"} bg-gray-800 rounded-lg h-[calc(65vh-8rem)] mt-4`}
>
<div
className={`${isVertical ? "sm:w-1/4 w-full" : "w-full"} bg-gray-700 ${isVertical ? "max-h-[135px] " : ""}`}
Expand Down

0 comments on commit 7433a03

Please sign in to comment.