Grid was truncated on Safari

colr_and_svg_test
Rod S 2022-01-15 13:55:53 -08:00
parent d88632df62
commit 4f10e6ead2
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}