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