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

Fixed overflow on mobile screens for the slash commands

Closes #29013

See merge request !12100
This commit is contained in:
Annabel Dunstone Gray 2017-06-16 19:58:16 +00:00
commit f40aa331e4
2 changed files with 15 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -0,0 +1,4 @@
---
title: Fixed overflow on mobile screens for the slash commands
merge_request:
author: