From 6da7630ba54877e48d2d7ec3ec9ab5a95923f1d9 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 23 May 2020 20:35:18 -0500 Subject: [PATCH] Add line to chatbox --- resources/chatbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index 3839fce..2d94941 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -46,6 +46,8 @@ .body-message { padding-left: 3em; + padding-bottom: 1em; + border-bottom: 1px solid lightgray } .user-time {