Remove obsolete CSS and fix icon alignment

This commit is contained in:
Illya Klymov 2019-08-16 13:42:27 +03:00 committed by Paul Slaughter
parent f4ce990b0e
commit bf1f3e1d2e
No known key found for this signature in database
GPG Key ID: DF5690803C68282A
2 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,6 @@
padding: $gl-padding-top $gl-padding;
border-top: 1px solid $border-color;
}
.report-block-list-icon .loading-container {
position: relative;
left: -2px;
}
}
.report-block-container {

View File

@ -0,0 +1,5 @@
---
title: Fix MR reports section loading icon alignment
merge_request: 31897
author:
type: fixed