Merge branch '50879-unused-css-container-fluid' into 'master'

Unused CSS part exists in mobile CSS framework

Closes #50879

See merge request gitlab-org/gitlab-ce!21439
This commit is contained in:
Dmitriy Zaporozhets 2018-09-04 11:06:04 +00:00
commit 7add26e5e0
2 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,6 @@
margin-top: 20px;
}
.container-fluid {
padding-left: 5px;
padding-right: 5px;
}
.nav-links > li > a {
padding: 10px;
font-size: 12px;

View File

@ -0,0 +1,5 @@
---
title: Remove unused CSS part in mobile framework
merge_request: 21439
author: Takuya Noguchi
type: other