Removes unused CSS

This commit is contained in:
Filipa Lacerda 2019-04-12 12:11:46 +01:00
parent 7457c1e122
commit 3ea139e69f

View file

@ -52,11 +52,6 @@
.report-block-list-icon .loading-container { .report-block-list-icon .loading-container {
position: relative; position: relative;
left: -2px; left: -2px;
// needed to make the next element align with the
// elements below that have a svg with 16px width
.fa-spinner {
width: 16px;
}
} }
} }