From d70495c4cf394799bfa6931c00da722e029110e8 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 21 Feb 2025 14:24:41 +0000 Subject: [PATCH] Update src/styles/comments.css --- src/styles/comments.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/comments.css b/src/styles/comments.css index 3fa7e13..c0ab065 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -631,3 +631,11 @@ hover { right: 15px; color: rgba(255,255,255,0.5); } + +.IBMSMSMBSSCL_CBText > * { + margin: 10px 0; +} + +.IBMSMSMBSSCL_CBText > *:last-child { + margin-bottom: 0; +}