fix error page button text when label too long

This commit is contained in:
Jan-Christoph Borchardt 2015-11-25 13:08:05 +01:00
parent 89b9f5518b
commit 50780e451b

View File

@ -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;