Commit f40aa331 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-overflow-slash-commands' into 'master'

Fixed overflow on mobile screens for the slash commands

Closes #29013

See merge request !12100
parents 442bd265 9d90a1d2
......@@ -174,3 +174,14 @@
white-space: nowrap;
}
}
@media(max-width: $screen-xs-max) {
.atwho-view-ul {
width: 350px;
}
.atwho-view ul li {
overflow: hidden;
text-overflow: ellipsis;
}
}
---
title: Fixed overflow on mobile screens for the slash commands
merge_request:
author:
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