updated toggle class
authorIan Weller <ian@gaslightmedia.com>
Wed, 22 Mar 2017 18:10:13 +0000 (14:10 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 22 Mar 2017 18:10:13 +0000 (14:10 -0400)
I added width: auto to the a.toggle in left-off-canvas.scss

root/scss/_left-off-canvas.scss

index c9d4345..3cc0362 100644 (file)
@@ -20,6 +20,7 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle {
   position: absolute;
   right: 10px;
   top: 5px;
+  width: auto;
     text-decoration: none;
     &:before {
         @include off-canvas-point(right, $white, 17px);