From 78d514142bb77fb8eb4a9aa29bf5ebd727a9f382 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 10 Jun 2026 11:59:03 +0200 Subject: [PATCH] [Glitch] Fix font size of `Callout` component actions in Safari Port b2996dcbbc5f6bf7350dd01a2bb22a5cb97a800a to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/components/callout/styles.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/components/callout/styles.module.css b/app/javascript/flavours/glitch/components/callout/styles.module.css index dd2c753525..f049f25e98 100644 --- a/app/javascript/flavours/glitch/components/callout/styles.module.css +++ b/app/javascript/flavours/glitch/components/callout/styles.module.css @@ -62,6 +62,7 @@ background: none; border: none; color: inherit; + font: inherit; font-weight: 500; padding: 0; text-wrap: nowrap;