diff --git a/js/apps/system/aardvark/frontend/scss/_dropdowns.scss b/js/apps/system/aardvark/frontend/scss/_dropdowns.scss index 69b6a93747..efeac736f6 100644 --- a/js/apps/system/aardvark/frontend/scss/_dropdowns.scss +++ b/js/apps/system/aardvark/frontend/scss/_dropdowns.scss @@ -68,6 +68,11 @@ div.queryline { color: $c-black; height: 35px; + .textDiv { + margin-right: 10px; + margin-top: 4px; +} + select, input { diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index 392d1aab95..609bf41ef2 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -4189,6 +4189,9 @@ div.dropdownInner { div.queryline { color: black; height: 35px; } + div.queryline .textDiv { + margin-right: 10px; + margin-top: 4px; } div.queryline select, div.queryline input { margin-bottom: 5px; }