From df8427921b42cfbf7cb210d58b3af6f1c3a8019e Mon Sep 17 00:00:00 2001 From: Joachim Date: Fri, 17 Dec 2021 17:34:22 +0100 Subject: [PATCH] Add alignment rule for button reset --- bookwyrm/static/css/bookwyrm.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 6d9ec93d..8675c6af 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -16,9 +16,10 @@ button { overflow: visible; background: transparent; - /* inherit font & color from ancestor */ + /* inherit font, color & alignment from ancestor */ color: inherit; font: inherit; + text-align: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal;