From 8d5ba1a39207d0800a0dcfd57a34120c0dc14069 Mon Sep 17 00:00:00 2001 From: oki07 Date: Mon, 25 Nov 2024 09:13:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=B0=E5=90=8D=E3=81=A7=E3=81=AF?= =?UTF-8?q?=E3=81=AA=E3=81=8F=E3=82=AF=E3=83=A9=E3=82=B9=E5=90=8D=E3=81=A7?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E5=BD=93=E3=81=A6?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dropdownAction/dropdown-action-button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdownAction/dropdown-action-button.css b/src/components/dropdownAction/dropdown-action-button.css index f121d84..15b6784 100644 --- a/src/components/dropdownAction/dropdown-action-button.css +++ b/src/components/dropdownAction/dropdown-action-button.css @@ -1,4 +1,4 @@ -button { +.base { min-width: 80px; width: 100%; }