Fix card title h3 headers

This commit is contained in:
Clement Ho 2018-06-08 00:06:39 +00:00 committed by Annabel Gray
parent 58ae01cbdd
commit da4f95b2bd
2 changed files with 9 additions and 2 deletions

View File

@ -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;

View File

@ -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.