Delete class selector that removes right padding
Delete mirror-action-buttons class that removes right padding from repository mirror action buttons
This commit is contained in:
parent
960101c20b
commit
317f08d48a
2 changed files with 1 additions and 5 deletions
|
@ -316,8 +316,4 @@
|
||||||
|
|
||||||
.push-pull-table {
|
.push-pull-table {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
|
||||||
.mirror-action-buttons {
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
%td
|
%td
|
||||||
- if mirror.last_error.present?
|
- if mirror.last_error.present?
|
||||||
.badge.mirror-error-badge{ data: { toggle: 'tooltip', html: 'true' }, title: html_escape(mirror.last_error.try(:strip)) }= _('Error')
|
.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' }
|
.btn-group.mirror-actions-group.pull-right{ role: 'group' }
|
||||||
- if mirror.ssh_key_auth?
|
- if mirror.ssh_key_auth?
|
||||||
= clipboard_button(text: mirror.ssh_public_key, class: 'btn btn-default', title: _('Copy SSH public key'))
|
= clipboard_button(text: mirror.ssh_public_key, class: 'btn btn-default', title: _('Copy SSH public key'))
|
||||||
|
|
Loading…
Reference in a new issue