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:
parent
90c0f610e2
commit
9a1c8aa342
2 changed files with 10 additions and 0 deletions
|
@ -129,6 +129,11 @@
|
|||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.btn-grouped {
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.accept-action {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue