mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix error page button text when label too long
This commit is contained in:
parent
89b9f5518b
commit
50780e451b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue