From 9d6e32640ee5e104fca70d8e10062eeeb7387836 Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Wed, 18 Aug 2021 17:42:09 -0700 Subject: [PATCH] simplfy message text styles --- webroot/styles/chat.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/webroot/styles/chat.css b/webroot/styles/chat.css index e14f92e6a..ede7c60f3 100644 --- a/webroot/styles/chat.css +++ b/webroot/styles/chat.css @@ -178,18 +178,10 @@ display: block; /* height: 15rem; */ } - -.message-text ul li:before { - content: 'ยป '; -} - -.message-text p { - margin-bottom: 1.0em; -} - -.message-text li { - margin: 0.3em; - margin-bottom: 1.0em; +.message-text ul li { + list-style: disc; + list-style-position: outside; + margin-left: 1.5rem; } /* MESSAGE TEXT CONTENT */