Fixes #127
* Increase the space available for the resurrect UI in the net error page.
This commit is contained in:
parent
eec12951fd
commit
f97092bfcc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
body.resurrect div#errorPageContainer {
|
||||
padding-right: 18em;
|
||||
max-width: 45em;
|
||||
padding-right: 22em;
|
||||
max-width: 41em;
|
||||
}
|
||||
|
||||
fieldset#resurrect {
|
||||
|
|
Loading…
Reference in a new issue