From 105934ce7fc39100772bf41e3b6c5782cfbecb97 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 11 Nov 2014 08:45:47 +0100 Subject: [PATCH] Make the finish and login button look not so "strange" refs #7163 --- public/css/icinga/setup.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 78b01cc06..7df18173e 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -132,7 +132,7 @@ } &.finish, &.login { - width: 25em; + min-width: 25em; color: #fffafa; background: #aaa;