From dc7a2f0d1ac940f6bb8bb79f78a0a663cb16fe51 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:17:17 +0700 Subject: [PATCH] UX: remove fixed width from buttons (#20369) --- app/assets/stylesheets/desktop/modal.scss | 1 - app/assets/stylesheets/mobile/modal.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index d85de686ff..2f9b251a74 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -76,7 +76,6 @@ button { margin-top: 10px; display: block; - width: 300px; } form { diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index d004c9309e..52449258d6 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -68,7 +68,6 @@ button { margin-top: 10px; display: block; - width: 300px; } form {