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:
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 0acda85f527..65d7eafb8b8 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -851,10 +851,6 @@
@include gl-focus($inset: true);
}
}
-
- .frequent-items-list-item-container a {
- display: flex;
- }
}
.section-header {
@@ -873,9 +869,10 @@
.frequent-items-item-title,
.frequent-items-item-namespace {
- max-width: 250px;
+ max-width: 220px;
text-overflow: ellipsis;
white-space: nowrap;
+ overflow: hidden;
}
.frequent-items-item-title {
@@ -895,6 +892,11 @@
.frequent-items-item-metadata-container {
float: none;
}
+
+ .frequent-items-item-title,
+ .frequent-items-item-namespace {
+ max-width: 250px;
+ }
}
}