From 27f532be4d10fdb7933a40f21e5bd51ca1653842 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 27 May 2020 22:41:45 -0700 Subject: [PATCH] Fix `prevBtnClass` + `nextBtnClass` configuration options Currently, there isn't enough spacing between the default CSS classes for the next and previous buttons and a potential custom one, so if you use of them, the class names get truncated together and stop working like so: ``` html ' + (this.items.length > 1 ? '
' + - '' + - '' + + '' + + '' + '
' : '' ) +