Resolve "BS4: Create new Merge request boxes have different styles"
This commit is contained in:
parent
1f70de1806
commit
bf73bb30c1
3 changed files with 8 additions and 1 deletions
|
@ -835,3 +835,5 @@ $font-family-monospace: $monospace-font;
|
|||
$input-line-height: 20px;
|
||||
$btn-line-height: 20px;
|
||||
$table-accent-bg: $gray-light;
|
||||
$card-border-color: $border-color;
|
||||
$card-cap-bg: $gray-light;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
= dropdown_filter(_("Search branches"))
|
||||
= dropdown_content
|
||||
= dropdown_loading
|
||||
.panel-footer
|
||||
.card-footer
|
||||
.text-center= icon('spinner spin', class: 'js-source-loading')
|
||||
%ul.list-unstyled.mr_source_commit
|
||||
|
||||
|
|
5
changelogs/unreleased/48636-new-mr-card-styles.yml
Normal file
5
changelogs/unreleased/48636-new-mr-card-styles.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix new MR card styles
|
||||
merge_request: 20822
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue