Grid was truncated on Safari
diff --git a/colrv1/grid.html b/colrv1/grid.html
index 56060d9..abeefc3 100644
--- a/colrv1/grid.html
+++ b/colrv1/grid.html
@@ -50,7 +50,7 @@
 
       div[role="listbox"] {
         display: grid;
-        grid-template-columns: repeat(9, 1fr);
+        grid-template-columns: repeat(9, 2.5em);
         gap: 0;
       }
 
@@ -58,10 +58,10 @@
         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;
       }