Fix: responsive layout for CardHeader (small/medium/large screens) inside manage resources page. #1051

Closed
opened 2026-04-05 18:10:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Pallavikumarimdb on 8/18/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This PR fixes the responsive layout of CardHeader inside manage resources.

  • Small: stacked vertically & centered
  • Medium: search + tabs in one row, action button below centered
  • Large: all in one row

Original:
image

Fixed:
image

image

How to test?

*Originally created by @Pallavikumarimdb on 8/18/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This PR fixes the responsive layout of `CardHeader` inside manage resources. - Small: stacked vertically & centered - Medium: search + tabs in one row, action button below centered - Large: all in one row Original: <img width="685" height="618" alt="image" src="https://github.com/user-attachments/assets/c81cbd6f-06cc-4290-ac00-ae2badf47d6e" /> Fixed: <img width="872" height="607" alt="image" src="https://github.com/user-attachments/assets/548a8df9-5927-4c4b-8d5a-250104c1394e" /> <img width="552" height="642" alt="image" src="https://github.com/user-attachments/assets/e9cda7f9-3dc0-4141-8984-c1b41ac35da6" /> ## How to test?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1051