summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a45d5a6dca0..25b87c877ea 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -750,6 +750,7 @@
a,
button {
border-radius: 0;
+ line-height: $line-height-base;
padding: 8px 16px;
// make sure the text color is not overriden
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index a408bde37d6..0d3dbcd372b 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -725,7 +725,6 @@ button.mini-pipeline-graph-dropdown-toggle {
padding: 3px 7px 4px;
clear: both;
font-weight: $gl-font-weight-normal;
- line-height: 1.428571429;
white-space: nowrap;
margin: 0 5px;
border-radius: 3px;