From e5f08b454c25fee153c5f4b66d8c84969b80bdab Mon Sep 17 00:00:00 2001
From: rr- <rr-@sakuya.pl>
Date: Sun, 8 Jan 2017 21:43:35 +0100
Subject: [PATCH] client/tags: fix list bullets in tag suggestions

fixes #113
---
 client/css/tag-input-control.styl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/css/tag-input-control.styl b/client/css/tag-input-control.styl
index 7e9d0fc..e14e596 100644
--- a/client/css/tag-input-control.styl
+++ b/client/css/tag-input-control.styl
@@ -55,6 +55,7 @@ div.tag-input
                 padding: 0.2em 1em
                 margin: 0
             ul
+                list-style-type: none
                 margin: 0
                 overflow-y: auto
                 overflow-x: none