summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-14 23:27:26 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-14 23:40:20 +0000
commitbdae2df31065365283720c1e29d9e5e5d495bcf3 (patch)
tree0f751d3ee4eb56699433e7f22e3ed2a10136ceb3 /app
parente998d6fb59e331cf000fa1c7463f79610b87be7c (diff)
downloadgitlab-ce-bdae2df31065365283720c1e29d9e5e5d495bcf3.tar.gz
Fix firefox bug
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;