diff --git a/apps/client/src/ee/template/pages/template-editor.module.css b/apps/client/src/ee/template/pages/template-editor.module.css index 5c5adddb3..8a746398b 100644 --- a/apps/client/src/ee/template/pages/template-editor.module.css +++ b/apps/client/src/ee/template/pages/template-editor.module.css @@ -32,6 +32,12 @@ margin-bottom: 0.25em; } +/* The emoji glyph renders larger than its font-size box; let the transparent + ActionIcon overflow so it isn't clipped on the edges. */ +.emojiButton button { + overflow: visible; +} + .titleInput { font-size: 2.5rem; font-weight: 700;