From a137c28fb3c9a566ead33c2db98f8c0ed84c5e4b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 30 Nov 2018 23:14:37 -0500 Subject: [PATCH] Remove `display: flex` on tool button causing issue on Windows Firefox --- css/80_app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index e594f260a..7ff2cfe4e 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -447,7 +447,6 @@ button[disabled].action:hover { margin: 0 5px; } .tool-group button { - display: flex; flex: 1 1 auto; flex-flow: row nowrap; align-items: center;