From aee38eaffcf3f457c4778e796bb72cf35ece77b0 Mon Sep 17 00:00:00 2001
From: DCoded <dicoded@email.com>
Date: Mon, 12 Dec 2022 11:02:31 -0500
Subject: [PATCH] Added border-bottom utility class

---
 css/general/layout.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/css/general/layout.css b/css/general/layout.css
index ba770051df7..959c99af5c2 100644
--- a/css/general/layout.css
+++ b/css/general/layout.css
@@ -49,6 +49,10 @@ div.grid-3columns-auto {
 	grid-column-gap: 1em;
 }
 
+.border-bottom {
+	border-bottom: 1px solid;
+}
+
 .margin-top {
 	margin-top: 1em;
 }
-- 
GitLab