Skip to content

Misspelled Tailwind Class Names justify-content-center and align-items-center - #645

Draft
aniket866 wants to merge 1 commit into
containers:mainfrom
aniket866:fix/misspelled
Draft

Misspelled Tailwind Class Names justify-content-center and align-items-center#645
aniket866 wants to merge 1 commit into
containers:mainfrom
aniket866:fix/misspelled

Conversation

@aniket866

@aniket866 aniket866 commented Aug 5, 2026

Copy link
Copy Markdown

Closes #641

  • File Reference: CommunityMeetingsCardGrid/index.tsx
  • Code Pointer:
    <div className="justify-content-center align-items-center custom-card-grid-root flex">
  • Technical Reason & Impact: The developer used the full CSS property names (justify-content-center and align-items-center) instead of (justify-center and items-center). Since these classes do not exist in Tailwind's stylesheet, the browser ignores them, resulting in layout misalignment and centering failures in the meetings grid.

Signed-off-by: aniket866 <iamaniketkumarmaner@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Misspelled Tailwind Class Names justify-content-center and align-items-center

1 participant