From 4b108ad37b127cbe10193c9f5d4b8aaefeb97d62 Mon Sep 17 00:00:00 2001 From: Diana Lovette <41635757+birbjam@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:34:13 -0700 Subject: [PATCH] add bottom spacing for Label translations on project action page --- localcontexts/static/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/localcontexts/static/css/main.css b/localcontexts/static/css/main.css index 55b6e7f2b..d28ecbaf5 100644 --- a/localcontexts/static/css/main.css +++ b/localcontexts/static/css/main.css @@ -1290,7 +1290,10 @@ i[data-tooltip]:hover:after { } .label-group:last-child:last-of-type { margin-bottom: 16px;} -.border-bottom-not-last:not(:last-child) { border-bottom: 1px solid #C4C4C4; } +.border-bottom-not-last:not(:last-child) { + border-bottom: 1px solid #C4C4C4; + padding-bottom: 16px; +} .actions-card a { margin: 8px 16px;