From 866bf9d160635cb3cffb83924f1d34aaf6d63bd5 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 29 Jun 2015 14:54:52 +0200 Subject: [PATCH] fix vertical alignment of cancel & close in modals --- app/assets/stylesheets/zammad.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index a3f1b4afc..33bf83433 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -4303,7 +4303,7 @@ footer { .modal-centerFooter, .modal-rightFooter { display: flex; - align-items: start; + align-items: center; /* because of btn--text btn--subtle being thinner than the rest */ flex: 1; }