summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-08-06 10:52:50 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-08-06 10:52:50 +0100
commit3f49a79a64f474812f95d91ac940019fbb8d0370 (patch)
treefee4abc3510580f62d2b9d0ab9a69ff8ce6e85c0 /app/assets/stylesheets/framework
parent7583f5349ff5d919d6d22b36e59efef1d4a93fb3 (diff)
downloadgitlab-ce-3f49a79a64f474812f95d91ac940019fbb8d0370.tar.gz
Prevents showing 2 tooltips in pipelines64608-double-tooltips
In pipeline's table two tooltips were being rendered With this change only one tooltip is trigerred on hover
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/responsive_tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/responsive_tables.scss b/app/assets/stylesheets/framework/responsive_tables.scss
index 6bd44ee19bd..fd6f80e26cb 100644
--- a/app/assets/stylesheets/framework/responsive_tables.scss
+++ b/app/assets/stylesheets/framework/responsive_tables.scss
@@ -155,7 +155,7 @@
text-overflow: ellipsis;
@include media-breakpoint-up(md) {
- flex: 0 0 90%;
+ flex: 0 0 85%;
}
.avatar {