提交 59d48848 编写于 作者: M Mike Greiling

Merge branch '48296-remove-top-padding-on-gpg-popovers' into 'master'

Resolve "Remove top padding on GPG popovers"

Closes #48296

See merge request gitlab-org/gitlab-ce!20110
......@@ -173,6 +173,12 @@ table {
display: none;
}
h3.popover-header {
// Default bootstrap popovers use <h3>
// which we default to having a top margin
margin-top: 0;
}
// Add to .label so that old system notes that are saved to the db
// will still receive the correct styling
.badge,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册