Make recommendation row width selector more specific.

Fixes issue where the media overrides would set the card width to the wrong value on small viewports.
This commit is contained in:
WithoutPants 2026-02-13 17:05:20 +11:00
parent d1479ca4e5
commit 6ef599e894

View file

@ -496,6 +496,6 @@
// HACK: compatibility with existing behaviour after removed width from zoom-1 class
// this should really be changed to use the specific card types instead of a generic zoom-1 class,
// but this is a quick fix to prevent breaking existing styles
.recommendation-row .zoom-1 {
.recommendation-row .card.zoom-1 {
width: 320px;
}