From 67fcf47152c32e850983bbc73f231f5666d90b81 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 25 Aug 2016 11:04:24 +0000 Subject: [PATCH] Fix #592 @0.25 --- less/105-mmenu.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/less/105-mmenu.less b/less/105-mmenu.less index 8dd2ec1..050a712 100644 --- a/less/105-mmenu.less +++ b/less/105-mmenu.less @@ -123,6 +123,14 @@ html.mm-front #mm-blocker { margin-top: 0px; } +// Submenu arrow > +.mm-listview .mm-next+a, .mm-listview .mm-next+span { + margin-right: 90px; +} +.mm-listview .mm-next { + width: 90px; +} + .mm-panel > *:first-child { &:before { -- 2.39.5