mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
config_error.html: Increase container width.
This commit is contained in:
committed by
Tim Abbott
parent
ef722c5688
commit
8a29f1dcf2
@@ -1652,6 +1652,10 @@ input.new-organization-button {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.error_page .errorbox.config-error {
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
.error_page p {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="container">
|
||||
<div class="row-fluid">
|
||||
<img src="/static/images/500art.svg" alt=""/>
|
||||
<div class="errorbox">
|
||||
<div class="errorbox config-error">
|
||||
<div class="errorcontent">
|
||||
<h1 class="lead">Configuration error</h1>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user