summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 0124940408a..ee08d9d3ca0 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -463,6 +463,7 @@
padding: 8px 4px 9px 10px;
width: 186px;
margin-bottom: 10px;
+ white-space: normal;
&:hover {
background-color: $stage-hover-bg;
@@ -586,7 +587,7 @@
border: none;
padding: 0;
color: $gl-text-color-light;
- flex-grow: 1;
+ white-space: normal;
&:focus {
outline: none;
@@ -603,6 +604,7 @@
.dropdown-counter-badge {
float: right;
+ clear: right;
color: $border-color;
font-weight: 100;
font-size: 15px;
@@ -651,7 +653,10 @@
padding: 0;
font-size: 11px;
float: right;
- margin-top: 5px;
+ clear: right;
+ margin-top: 3px;
+ display: inline-block;
+ position: relative;
i {
font-size: 11px;