(css) Improve autocompletion menu

This commit is contained in:
Francis Lachapelle
2015-08-26 09:48:47 -04:00
parent 49e7cf0994
commit 01e2256483
2 changed files with 20 additions and 1 deletions
@@ -1 +1,8 @@
@import "extends";
@media (max-width: $layout-breakpoint-sm) {
// Enlarge the autocompletion menu on small devices to fit the entire screen
.md-autocomplete-suggestions-container {
right: $baseline-grid*2;
}
}