Fixed overflow on mobile screens for the slash commands

This commit is contained in:
Jose Ivan Vargas Lopez 2017-06-16 19:58:16 +00:00 committed by Annabel Dunstone Gray
parent 442bd2657c
commit 9d90a1d268
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: