diff options
| author | rr- | 2017-01-08 21:43:35 +0100 |
|---|---|---|
| committer | rr- | 2017-01-08 22:29:05 +0100 |
| commit | e5f08b454c25fee153c5f4b66d8c84969b80bdab (patch) | |
| tree | 5da36877d4f728843e893d46ddac42ee0cecafc5 /client/css | |
| parent | 8d8165a0d7fbd4ee9281ef3732e93a02720305af (diff) | |
client/tags: fix list bullets in tag suggestions
fixes #113
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/tag-input-control.styl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |