I added width:auto to a.toggle in left-off-canvas.scss and
right-off-canvas.scss.
position: absolute;
right: 10px;
top: 13px;
- width: 0; }
+ width: auto; }
aside.left-off-canvas-menu li.page_item_has_children a.toggle.open {
border-left: 15px solid transparent;
position: absolute;
right: 10px;
top: 13px;
- width: 0;
+ width: auto;
}
aside.left-off-canvas-menu li.page_item_has_children a.toggle.open {
@include off-canvas-arrow(up, $secondary-color);
position: absolute;
right: 10px;
top: 13px;
- width: 0;
+ width: auto;
}
aside.right-off-canvas-menu li.page_item_has_children a.toggle.open {
@include off-canvas-arrow(up, $secondary-color);