Skip to content

Commit

Permalink
Fixes Event Project Responsiveness (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok authored Nov 27, 2023
1 parent 1a4c376 commit d8e6a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/EventDashboard/EventDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const EventDashboard = (): JSX.Element => {
: null}
{eventData.event.projects.map(
(project: InterfaceEventProject) => (
<Col sm={4} className="mb-5" key={project._id}>
<Col sm={14} className="mb-5" key={project._id}>
<div className={`card ${styles.cardContainer}`}>
<div className="card-body">
<div className="text-center">
Expand Down

0 comments on commit d8e6a7d

Please sign in to comment.