From 4536e56b9a891516e695c4ce1c0f3c6b9aa16512 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 2 Aug 2023 12:18:48 +0200 Subject: [PATCH] Revert "Removed height of filter/details button" This reverts commit fa69ffd61e3050b16802f6b2b728a6fe7e5e04d4. --- ckanext/odsh/assets/odsh.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ckanext/odsh/assets/odsh.css b/ckanext/odsh/assets/odsh.css index 25124a9b..b0b55aeb 100644 --- a/ckanext/odsh/assets/odsh.css +++ b/ckanext/odsh/assets/odsh.css @@ -3002,6 +3002,7 @@ body.filters-modal div.row>aside.secondary.span3 { box-sizing: border-box; display: inline-block; width: auto; + height: 40px; background-color: var(--odsh-color-sh-blue-2); color: white; font-size: 18px; -- GitLab