From 50780e451bd993f6b0e33df198f98832f3f27e2d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 25 Nov 2015 13:08:05 +0100 Subject: [PATCH] fix error page button text when label too long --- core/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index 75bbb78fe52..28fe9e5414e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -538,6 +538,8 @@ html.ie8 #body-login form input[type="checkbox"] { } .error a.button { color: #555 !important; + display: inline-block; + text-align: center; } .error pre { white-space: pre-wrap;