Commit 921ff15c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'fix-overflowing-width-at-mention-selector' into 'master'

Centers the @ mention container on mobile

See merge request gitlab-org/gitlab!54377
parents 44b5c7a0 5bbb799e
.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;
......
---
title: Fix overflowing width - at mention container
merge_request: 54377
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment