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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-18 03:09:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-18 03:09:31 +0300
commite70cf9a65919abc7042672ee544dbf2ccb1e2a9e (patch)
tree81f4092b260250879e7eda0bca10faaa9ec4f338 /app/assets/stylesheets/vendors
parent3e308768fd9306a49bb0149ca3636e8e8285485d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/vendors')
-rw-r--r--app/assets/stylesheets/vendors/atwho.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/vendors/atwho.scss b/app/assets/stylesheets/vendors/atwho.scss
index f31dbbeafe8..b92331facee 100644
--- a/app/assets/stylesheets/vendors/atwho.scss
+++ b/app/assets/stylesheets/vendors/atwho.scss
@@ -1,6 +1,7 @@
.atwho-view {
overflow-y: auto;
overflow-x: hidden;
+ max-width: calc(100% - 6px);
.name,
small.aliases,
@@ -80,10 +81,6 @@
}
@include media-breakpoint-down(xs) {
- .atwho-view-ul {
- width: 350px;
- }
-
.atwho-view ul li {
overflow: hidden;
text-overflow: ellipsis;