Fixed MR widget content wrapping for XS viewports

Update merge_requests.scss

Update merge_requests.scss to use padding shorthand

Removed padding from Accept Merge Request button
This commit is contained in:
Ryan Harris 2016-12-02 09:47:19 -05:00
parent 90c0f610e2
commit 9a1c8aa342
2 changed files with 10 additions and 0 deletions

View file

@ -129,6 +129,11 @@
margin-bottom: 4px;
}
.btn-grouped {
float: none;
margin-right: 0;
}
.accept-action {
width: 100%;
text-align: center;

View file

@ -0,0 +1,5 @@
---
title: Centered Accept Merge Request button within MR widget and added padding for
viewports smaller than 768px
merge_request:
author: Ryan Harris