From 8601aa5213fdf61332c8362ac91aeb3a45e4f927 Mon Sep 17 00:00:00 2001 From: Niel Rohling Date: Wed, 17 Apr 2019 23:39:01 +0200 Subject: [PATCH] remove list dot --- src/components/Channel/ChannelList.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Channel/ChannelList.scss b/src/components/Channel/ChannelList.scss index bc04ac0..06b21f3 100644 --- a/src/components/Channel/ChannelList.scss +++ b/src/components/Channel/ChannelList.scss @@ -1 +1,3 @@ -.channelList li span {} +.channelList li { + list-style: none +}