diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/markdown_area.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss index 80691a234f8..f1ed3bc9311 100644 --- a/app/assets/stylesheets/framework/markdown_area.scss +++ b/app/assets/stylesheets/framework/markdown_area.scss @@ -174,3 +174,13 @@ white-space: nowrap; } } + +@media(max-width: $screen-xs-max) { + #at-view-commands { + left: 5px; + + > .atwho-view-ul { + width: 350px; + } + } +} |