Commit 5bbb799e authored by Jarek Ostrowski's avatar Jarek Ostrowski Committed by Jose Ivan Vargas

Fix overflowing width at mention container

MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54377
parent 098083e7
.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