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; } }