From e3edc10e95fb9b586a770e079fb9acb033334728 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 29 Jul 2024 14:32:58 +0200 Subject: [PATCH] chore: Update grid-template-columns in zen-browser-shared.css --- src/browser/themes/shared/zen-browser-shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/themes/shared/zen-browser-shared.css b/src/browser/themes/shared/zen-browser-shared.css index 3d7f2fdf2..3ffa2b255 100644 --- a/src/browser/themes/shared/zen-browser-shared.css +++ b/src/browser/themes/shared/zen-browser-shared.css @@ -798,7 +798,7 @@ panelmultiview { /* We have the pinned tabs on the top, next to each other, * and the rest of the tabs are below them. */ display: grid; - grid-template-columns: repeat(auto-fill, minmax(30px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(31px, 1fr)); padding: 5px; }