Merge branch '25221-fix-build-status-overflow-mobile' into 'master'

Fixed top margin for Builds page status header information

Adds top margin for the Build Status content area for screens smaller than 768px. Especially needed when the text content wraps onto a third line.

![Untitled-1](/uploads/57a0a58f1fe647cd2d0dbb8849621340/Untitled-1.jpg)

cc: @filipa @ClemMakesApps 
Closes #25221 

See merge request !7917
This commit is contained in:
Alfredo Sumaran 2016-12-05 18:11:19 +00:00
commit 4e96c53197
2 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,7 @@
@media (max-width: $screen-sm-max) {
padding-right: 40px;
margin-top: 6px;
.btn-inverted {
display: none;

View File

@ -0,0 +1,4 @@
---
title: Added top margin to Build status page header for mobile views
merge_request:
author: Ryan Harris