Skip to content

Commit d211ce3

Browse files
committed
fixed text overflow in portfolio tabs
1 parent c509fcf commit d211ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/About/PortfolioDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const PortfolioDisplay = ({ portfolios }: PortfolioDisplayProps) => {
1313

1414
return (
1515
<div>
16-
<div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1
16+
<div className="flex justify-between max-w-full my-6 snap-x snap-mandatory overflow-y-hidden pb-1
1717
[&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
1818
[&::-webkit-scrollbar-track]:bg-transparent
1919
[&::-webkit-scrollbar-thumb]:rounded-full

0 commit comments

Comments
 (0)