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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 17:37:31 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 18:14:10 +0300
commit6b5708e073cfb8003b82dc3b6c16fa479973ae87 (patch)
tree04622d805b39a3b88bd8b24477319d68005c6ce3 /app/assets
parent0b36dcb8b043e987eca4f5efc75fb00c161d1a2b (diff)
Fix ci icons getting cut off
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/commit.scss10
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
-rw-r--r--app/assets/stylesheets/pages/status.scss1
3 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss
index 29d3bf8ae6f..bbe0c6c5f1f 100644
--- a/app/assets/stylesheets/pages/commit.scss
+++ b/app/assets/stylesheets/pages/commit.scss
@@ -66,13 +66,11 @@
margin-left: 8px;
}
}
+}
- .ci-status-link {
- svg {
- position: relative;
- top: 2px;
- margin: 0 3px;
- }
+.ci-status-link {
+ svg {
+ overflow: visible;
}
}
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index a45c675e307..081bd7204fe 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -138,6 +138,7 @@
height: 18px;
width: 18px;
vertical-align: middle;
+ overflow: visible;
}
.light {
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 99f64b5e4cc..210ace357c0 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -49,6 +49,7 @@
position: relative;
top: 1px;
margin: 0 3px;
+ overflow: visible;
}
}