From 7d1710db15c2d07ca725ce926b9d1ae12526c985 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 12 Nov 2018 16:59:33 -0500 Subject: [PATCH] Make sure the buttons are center-aligned (closes #5481) --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index c402d1e08..15bc8a7a4 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -504,6 +504,7 @@ button.secondary-action:hover { display: flex; flex: 1 1 auto; flex-flow: row nowrap; + align-items: center; padding: 0 10px; min-width: 30px; }