diff --git a/frontend/js/components/dashboard/shortcutCreator.vue b/frontend/js/components/dashboard/shortcutCreator.vue index f78614bd2..a5de344d4 100755 --- a/frontend/js/components/dashboard/shortcutCreator.vue +++ b/frontend/js/components/dashboard/shortcutCreator.vue @@ -83,13 +83,19 @@ border-bottom: 1px solid $color__border; } + .shortcutCreator .wrapper--reverse { + @include breakpoint('medium+') { + flex-flow: row-reverse; + } + } + .shortcutCreator__listing { display: flex; flex-grow: 1; flex-flow: column nowrap; @include breakpoint('small+') { - flex-flow: row nowrap; + flex-flow: row wrap; } }