From 4a1691ac312a4e1f184b2cc896fb5f2f3f4fdaac Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 22 Feb 2025 11:13:20 +0200 Subject: [PATCH] style(next): promoted attributes widget: update narrow view breakpoint --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 26fc999ab..8dd7c0185 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1872,7 +1872,7 @@ div.promoted-attribute-cell { overflow-y: visible; } -@container (max-width: 400px) { +@container (max-width: 500px) { /* Narrow promoted attributes section */ div.promoted-attribute-cell { flex-grow: 1;