Merge branch 'clean-obsolete-css' into 'master'
Remove obsolete CSS and fix icon alignment See merge request gitlab-org/gitlab-ce!31897
This commit is contained in:
commit
6556e708ad
2 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
5
changelogs/unreleased/clean-obsolete-css.yml
Normal file
5
changelogs/unreleased/clean-obsolete-css.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix MR reports section loading icon alignment
|
||||
merge_request: 31897
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue