From b4c816b0dee1d247988d60e836ba24030a26b542 Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Thu, 28 May 2026 19:26:03 +0200 Subject: [PATCH] fix(ui): center button text via text-align + line-height (drop flex on buttons) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit text-align:center had no effect because display:flex makes the button text an anonymous flex item, centered only by justify-content -- which is the exact property broken for