From 11bd79239de601320ee64e39ff056f77d68ba909 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 3 May 2023 08:30:31 -0700 Subject: [PATCH] 12363 move comment --- netbox/project-static/styles/netbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/project-static/styles/netbox.scss b/netbox/project-static/styles/netbox.scss index 3db1f7067..b294d67bd 100644 --- a/netbox/project-static/styles/netbox.scss +++ b/netbox/project-static/styles/netbox.scss @@ -230,11 +230,11 @@ table { } p { + // Remove spacing from paragraph elements within tables. margin-bottom: 0.5em; } p:last-child { - // Remove spacing from paragraph elements within tables. margin-bottom: 0; } }