Fixes download button for artifacts rendering a huge block

This commit is contained in:
Filipa Lacerda 2018-06-05 12:17:03 +01:00
parent abe98d44e8
commit 53b2880473
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
2 changed files with 1 additions and 7 deletions

View File

@ -115,9 +115,3 @@ body {
.with-performance-bar .layout-page {
margin-top: $header-height + $performance-bar-height;
}
.vertical-center {
min-height: 100vh;
display: flex;
align-items: center;
}

View File

@ -1,5 +1,5 @@
.file-content.blob_file.blob-no-preview
.center.render-error.vertical-center
.center.render-error
= link_to blob_raw_path do
%h1.light
= sprite_icon('download')