Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorealcantara <ealcantara@gitlab.com>2019-03-04 16:31:46 +0300
committerealcantara <ealcantara@gitlab.com>2019-03-05 17:01:37 +0300
commit317f08d48a7d96f913fd4ecdb68ab2d2764d6591 (patch)
treea8df8db7aa24e2412c1d0a379c1ba46a4df2310a /app/assets/stylesheets/pages/settings.scss
parent960101c20bb8ec5a2d1d3f01474676c7ea95adc7 (diff)
Delete class selector that removes right padding
Delete mirror-action-buttons class that removes right padding from repository mirror action buttons
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 811cc310a8f..4f9d96da4bd 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -316,8 +316,4 @@
.push-pull-table {
margin-top: 1em;
-
- .mirror-action-buttons {
- padding-right: 0;
- }
}