Styling in error message on mobile
This commit is contained in:
parent
a7f9e51b5f
commit
bc4201ffe6
2 changed files with 4 additions and 4 deletions
|
|
@ -35,9 +35,9 @@ class ErrorBoundary extends Component {
|
||||||
<Col xs={12} sm={6} md={5} lg={4}>
|
<Col xs={12} sm={6} md={5} lg={4}>
|
||||||
<h1 className="page-header">{this.t('AppNameFull')}</h1>
|
<h1 className="page-header">{this.t('AppNameFull')}</h1>
|
||||||
<h4 className="page-header">{this.t('general-error-title')}</h4>
|
<h4 className="page-header">{this.t('general-error-title')}</h4>
|
||||||
<Row>
|
<p>
|
||||||
{this.t('general-error-description')}
|
{this.t('general-error-description')}
|
||||||
</Row>
|
</p>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
background-image: url('/error-background.png');
|
background-image: url('/error-background.png');
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 55vh;
|
min-height: 55vh;
|
||||||
margin-top: 40px;
|
margin: 40px 10px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-boundary > div > div > h4 {
|
.error-boundary > div > div > h4 {
|
||||||
line-height: 1.5em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue