Skip to content

Commit ac82842

Browse files
committed
Merge branch 'mr-widget-alignment' into 'master'
Fixed the alignment in the MR widget ## What does this MR do? Fixes the alignment of the browse button in the MR widget ## Screenshots (if relevant) ![Screen_Shot_2016-07-17_at_17.47.54](/uploads/41dcb0fad38fdd4dbccfda5ffaeaec6e/Screen_Shot_2016-07-17_at_17.47.54.png) See merge request !5307
2 parents a046a56 + 1bc911d commit ac82842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/pages/merge_requests.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270

271271
.item-title {
272272
@media (min-width: $screen-sm-min) {
273-
width: 49%;
273+
width: 45%;
274274
}
275275
}
276276

0 commit comments

Comments
 (0)