提交 eaa392d9 编写于 作者: C Clement Ho

Merge branch '52792-align-mirror-repository-button' into 'master'

Fix: Repository mirrors table border and padding

Closes #52792

See merge request gitlab-org/gitlab-ce!25606
......@@ -316,8 +316,4 @@
.push-pull-table {
margin-top: 1em;
.mirror-action-buttons {
padding-right: 0;
}
}
......@@ -57,7 +57,7 @@
%td
- if mirror.last_error.present?
.badge.mirror-error-badge{ data: { toggle: 'tooltip', html: 'true' }, title: html_escape(mirror.last_error.try(:strip)) }= _('Error')
%td.mirror-action-buttons
%td
.btn-group.mirror-actions-group.pull-right{ role: 'group' }
- if mirror.ssh_key_auth?
= clipboard_button(text: mirror.ssh_public_key, class: 'btn btn-default', title: _('Copy SSH public key'))
......
---
title: Add right padding to the repository mirror action buttons
merge_request: 25606
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册