Remove min-height from book title style - #298
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughNel template del catalogo è stata rimossa la regola CSS mobile che impostava ChangesAltezza titoli catalogo
Estimated code review effort: 1 (Trivial) | ~2 minuti 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks to Custom CSS working on OPAC pages, I was able to test this xD |
|
The alignment problem you're pointing at is real. Digging in, though, this specific change doesn't fix it: with I've opened #302, which keeps the intent — cards that line up — and makes it work: the subtitle stays conditional (no wasted space on the rows without one), and a per-row script equalises title and subtitle heights so any row that has a subtitle lines up across all its cards, while rows without one stay compact. Closing this in favour of #302. |
Before

After

Summary by CodeRabbit