diff --git a/app/assets/sass/_status-page.scss b/app/assets/sass/_status-page.scss index 6454fb0e..0481dd39 100644 --- a/app/assets/sass/_status-page.scss +++ b/app/assets/sass/_status-page.scss @@ -79,7 +79,7 @@ body.status-page { } .moment { width: 100%; - padding-bottom: 50px; + padding-bottom: 10px; position: relative; &.first { &:before { @@ -156,6 +156,9 @@ body.status-page { } .panel-body { border-top: 1px solid #eee; + p { + margin: 0; + } } .panel-message { border: 1px solid #e8e8e8; @@ -174,7 +177,6 @@ body.status-page { border-bottom: 15px solid transparent; content: " "; } - .panel-message:after { position: absolute; top: 17px; diff --git a/app/views/partials/incident.blade.php b/app/views/partials/incident.blade.php index 814222c9..cc7c0e7c 100644 --- a/app/views/partials/incident.blade.php +++ b/app/views/partials/incident.blade.php @@ -31,7 +31,7 @@ @empty - {{ Lang::get('cachet.incident.none') }} +
{{ Lang::get('cachet.incident.none') }}
@endforelse diff --git a/public/build/css/all-848e5a13.css b/public/build/css/all-6a23d7f9.css similarity index 99% rename from public/build/css/all-848e5a13.css rename to public/build/css/all-6a23d7f9.css index 54cbc98d..76cee505 100644 --- a/public/build/css/all-848e5a13.css +++ b/public/build/css/all-6a23d7f9.css @@ -4428,7 +4428,7 @@ body.status-page { margin-left: 15px; } body.status-page .timeline .moment { width: 100%; - padding-bottom: 50px; + padding-bottom: 10px; position: relative; } body.status-page .timeline .moment.first:before { height: 130%; @@ -4488,6 +4488,8 @@ body.status-page { border-radius: 2px; } body.status-page .timeline .moment .panel-body { border-top: 1px solid #eee; } + body.status-page .timeline .moment .panel-body p { + margin: 0; } body.status-page .timeline .moment .panel-message { border: 1px solid #e8e8e8; } body.status-page .timeline .moment .panel-message .date { diff --git a/public/build/css/all.css b/public/build/css/all.css index 54cbc98d..76cee505 100644 --- a/public/build/css/all.css +++ b/public/build/css/all.css @@ -4428,7 +4428,7 @@ body.status-page { margin-left: 15px; } body.status-page .timeline .moment { width: 100%; - padding-bottom: 50px; + padding-bottom: 10px; position: relative; } body.status-page .timeline .moment.first:before { height: 130%; @@ -4488,6 +4488,8 @@ body.status-page { border-radius: 2px; } body.status-page .timeline .moment .panel-body { border-top: 1px solid #eee; } + body.status-page .timeline .moment .panel-body p { + margin: 0; } body.status-page .timeline .moment .panel-message { border: 1px solid #e8e8e8; } body.status-page .timeline .moment .panel-message .date { diff --git a/public/build/rev-manifest.json b/public/build/rev-manifest.json index 22d2e5e9..a175e197 100644 --- a/public/build/rev-manifest.json +++ b/public/build/rev-manifest.json @@ -1,4 +1,4 @@ { - "css/all.css": "css/all-848e5a13.css", + "css/all.css": "css/all-6a23d7f9.css", "js/all.js": "js/all-d8f5640f.js" } \ No newline at end of file