Skip to content

Commit

Permalink
Merge pull request I-TECH-UW#939 from atulyadav745/fix-tab
Browse files Browse the repository at this point in the history
Fixed home dashboard tabs responsiveness
  • Loading branch information
mozzy11 authored Apr 1, 2024
2 parents 5c47518 + f99b030 commit 760dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/home/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ const HomeDashBoard: React.FC<DashBoardProps> = () => {
)}
{tilesWithTabs.includes(selectedTile.type) && (
<Grid>
<Column lg={16}>
<Column lg={16} md={8} sm={4}>
{testSections.length > 0 ?(
<Tabs>
<TabList aria-label="List of tabs" contained>
Expand Down

0 comments on commit 760dca9

Please sign in to comment.