Skip to content

Conversation

@ArvinZJC
Copy link
Contributor

πŸš€ What type of change is this?

  • πŸ› Bug fix (A non-breaking change that fixes an issue)
  • ✨ New feature (A non-breaking change that adds functionality)
  • πŸ’… Style change (A change that only affects formatting, visuals, or styling)
  • πŸ“š Documentation update (Changes to documentation only)
  • 🧹 Refactor or chore (A code change that neither fixes a bug nor adds a feature)
  • πŸ’₯ Breaking change (A fix or feature that would cause existing functionality to not work as expected)

🎯 What is the purpose of this change?

Suggests keeping only items-center to ensure that icons align to the same line as text in a card.


πŸ“Έ Screenshots or Screencast (if applicable)

🐱


ℹ️ Documentation Check

  • No, this change does not require a documentation update.
  • Yes, I have updated the documentation accordingly (or will in a follow-up PR).

πŸ“œ Contributor Agreement

Thank you for your contribution!

We only need items-center to ensure that icons align to the same line as text.
Copilot AI review requested due to automatic review settings November 16, 2025 05:10
@ArvinZJC ArvinZJC requested a review from gcushen as a code owner November 16, 2025 05:10
@netlify
Copy link

netlify bot commented Nov 16, 2025

❌ Deploy Preview for academic-demo failed. Why did it fail? β†’

Name Link
πŸ”¨ Latest commit d59239a
πŸ” Latest deploy log https://app.netlify.com/projects/academic-demo/deploys/69195cafa4f03400081bbabd

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes a redundant CSS utility class from the .hb-card-title component to fix conflicting flexbox alignment properties. The change ensures proper icon-to-text alignment by keeping only the items-center class.

  • Removes duplicate items-start class that conflicts with items-center in the same declaration
  • Improves code clarity by eliminating redundant Tailwind utility classes
  • Ensures consistent vertical alignment of icons and text in card titles

πŸ’‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gcushen gcushen merged commit 613af2b into HugoBlox:main Nov 28, 2025
14 of 18 checks passed
@gcushen
Copy link
Collaborator

gcushen commented Nov 28, 2025

@ArvinZJC thanks for your contribution :)

@gcushen gcushen added the bug label Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants