Skip to content

[Fix] [Portfolio]: Constrain footer link height#178

Merged
Gautam25Raj merged 2 commits into
VeriWorkly:masterfrom
Fahridanaa:fix/portfolio-footer-max-height
Jul 1, 2026
Merged

[Fix] [Portfolio]: Constrain footer link height#178
Gautam25Raj merged 2 commits into
VeriWorkly:masterfrom
Fahridanaa:fix/portfolio-footer-max-height

Conversation

@Fahridanaa

@Fahridanaa Fahridanaa commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Description

Add max-h-[180px] and overflow-hidden to the footer product link cards to prevent visual breakage when layout adjusts across screen widths.

Linked Issue

Closes #170

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🧪 Tests (adding or updating tests)

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

move max-h and overflow-hidden before rounding to ensure correct layout precedence
@Gautam25Raj Gautam25Raj added bug Something isn't working frontend UI/client-side code labels Jul 1, 2026
@Gautam25Raj

Copy link
Copy Markdown
Collaborator

Excellent work on this PR @Fahridanaa! 🚀

I’ll go ahead and merge this PR. Great contribution! 🎉

@Gautam25Raj Gautam25Raj merged commit 06b81e1 into VeriWorkly:master Jul 1, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working frontend UI/client-side code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Fix footer link card height in Portfolio footer

2 participants