From b1da2742794bfedd8cbd279a17666bf57c5c7a2a Mon Sep 17 00:00:00 2001 From: SaekiTominaga Date: Mon, 9 Dec 2024 13:47:37 +0900 Subject: [PATCH] =?UTF-8?q?CSS=20=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro/style/object/component/_text.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro/style/object/component/_text.css b/astro/style/object/component/_text.css index 1643d3cd..e53dad65 100644 --- a/astro/style/object/component/_text.css +++ b/astro/style/object/component/_text.css @@ -167,8 +167,7 @@ Styleguide 1.2.4 --_bg-color: transparent; border: 1px solid var(--_border-color); - background: var(--_bg-color); - padding: 0.25em; + background-color: var(--_bg-color); white-space: nowrap; text-decoration-skip-ink: none; /* JS 無効環境向け */