From 8494f5a0848e208bf572b3581c1a5da0c2ce97dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 20 Aug 2026 17:03:49 -0600 Subject: [PATCH] Fix button width --- app/styles/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index e2a6723..e692050 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1093,6 +1093,11 @@ abbr[title] { } .btn { + /* TODO: remove this scoped rule in favor of a global box-sizing reset + (e.g. `*, *::before, *::after { box-sizing: border-box; }`) at the top + of this file. Needed so `width: 100%` .btn elements like + include padding within their width like