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

root/scss/_left-off-canvas.scss

index b630a7c..eabb5af 100644 (file)
@@ -21,6 +21,7 @@ div.off-canvas li.page_item_has_children a.toggle {
   position: absolute;
   right: 0;
   top: 15px;
+  width: auto;  
     text-decoration: none;
     &:before {
         @include off-canvas-point(right, $white, 17px);