Commit 9d90a1d2 authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez Committed by Annabel Dunstone Gray

Fixed overflow on mobile screens for the slash commands

parent 442bd265
......@@ -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