From ef8e44af738773f2edbbf54546a3dd2b3ba04f7a Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 1 Jun 2020 14:15:23 +0200 Subject: [PATCH] FIX: Don't change the button height when spinner appears on the exception page. --- app/assets/stylesheets/common/base/exception.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/exception.scss b/app/assets/stylesheets/common/base/exception.scss index 122b1605ed7..455023b555f 100644 --- a/app/assets/stylesheets/common/base/exception.scss +++ b/app/assets/stylesheets/common/base/exception.scss @@ -19,6 +19,7 @@ } } .buttons { + align-items: center; display: inline-flex; margin-top: 15px;