Fix card title h3 headers
This commit is contained in:
parent
58ae01cbdd
commit
da4f95b2bd
2 changed files with 9 additions and 2 deletions
|
@ -233,6 +233,13 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
.card-header {
|
||||
h3.card-title,
|
||||
h4.card-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
// Override bootstrap's default border
|
||||
border-bottom: 0;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.protected-branches-list.js-protected-branches-list.qa-protected-branches-list
|
||||
- if @protected_branches.empty?
|
||||
.card-header
|
||||
%h3.card-title
|
||||
.card-header.bg-white
|
||||
%h3.card-title.mb-0
|
||||
Protected branch (#{@protected_branches_count})
|
||||
%p.settings-message.text-center
|
||||
There are currently no protected branches, protect a branch with the form above.
|
||||
|
|
Loading…
Reference in a new issue