diff --git a/scipost_django/scipost/static/scipost/assets/css/_common.scss b/scipost_django/scipost/static/scipost/assets/css/_common.scss index 93808d7920f59cb16695864c0f9fe9b0249c67a0..c1dc8fbf3cf45111b484a6428749fb92ce50df5f 100644 --- a/scipost_django/scipost/static/scipost/assets/css/_common.scss +++ b/scipost_django/scipost/static/scipost/assets/css/_common.scss @@ -18,8 +18,6 @@ .hx-dynsel { - margin-top: 0.5rem; - margin-bottom: 0.5rem; position: relative; select { @@ -29,7 +27,9 @@ text-overflow: ellipsis; overflow: hidden; pointer-events: none; - background-color: rgba(10, 10, 255, 0.1) + background-color: rgba(10, 10, 255, 0.1); + padding: 0.1rem 0.5rem; + border-radius: 0.25rem; } ul {