From 03a7ada659b58c022994a7215629c6c24b27fdd9 Mon Sep 17 00:00:00 2001 From: Gertjan van Oosten Date: Wed, 20 Oct 2021 13:08:37 +0200 Subject: [PATCH] NCI-Agency/anet#3896: Make the top margin smaller for e.g. the remove button --- client/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index c728f12a0e..00ade15b54 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -73,6 +73,10 @@ h4.legend { margin-top: -2rem; } +.legend small .btn.btn-outline-danger.float-end { + margin-top: -1.5rem; +} + .legend small :not(.btn-group) .btn + .btn { margin-left: 1rem; }