From 7f52ff6b6c10ab3800d1b2df71300bc7252f2400 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Sat, 19 Dec 2020 10:56:38 +0100 Subject: [PATCH] css fix --- res/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/res/index.less b/res/index.less index a26c9f3..583d24f 100644 --- a/res/index.less +++ b/res/index.less @@ -34,4 +34,5 @@ span.hasChords { background-color: @nochordscolor; padding: 0.3em 0.4em; border-radius: @border-radius; + display: inline-block; }