From e5de7b508476784125785c19a48936bc46dd80dc Mon Sep 17 00:00:00 2001 From: Christian Becker-Asano Date: Sun, 19 Jan 2020 13:21:02 +0100 Subject: [PATCH] Deleted max-width parameter from alternate-login tag When using app "https://github.com/pellaeon/registration" the "Registration" button on the start page is off-center. This seems to result from the combination of min-width and max-width for the css-tag #alternate-login, defined here. --- core/css/guest.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index acdc232f52afc..2cac9f91ad354 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -159,7 +159,6 @@ form #datadirField legend { margin: 30px 15px 20px; display: block; min-width: 260px; - max-width: 400px; overflow: hidden; }