From 4f10e6ead2dfe624af2f8dfd19e3d76934db6f47 Mon Sep 17 00:00:00 2001
From: Rod S <rsheeter@google.com>
Date: Sat, 15 Jan 2022 13:55:53 -0800
Subject: [PATCH] Grid was truncated on Safari

---
 colrv1/grid.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/colrv1/grid.html b/colrv1/grid.html
index 56060d9e1..abeefc36e 100644
--- a/colrv1/grid.html
+++ b/colrv1/grid.html
@@ -50,7 +50,7 @@ SPDX-License-Identifier: Apache-2.0 -->
 
       div[role="listbox"] {
         display: grid;
-        grid-template-columns: repeat(9, 1fr);
+        grid-template-columns: repeat(9, 2.5em);
         gap: 0;
       }
 
@@ -58,10 +58,10 @@ SPDX-License-Identifier: Apache-2.0 -->
         background: transparent;
         border: 0;
         cursor: pointer;
-        font: 30px "Noto Color Emoji";
+        font: 2em "Noto Color Emoji";
         min-width: 0;
-        width: 30px;
-        margin-inline-end: 16px;
+        width: 2em;
+        padding: 0;
         position: relative;
       }