From 52c59caf2f5ed83745a4a0e62dae868eed44279a Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Tue, 29 Aug 2023 17:08:18 +0200 Subject: [PATCH] [Core] Find Feed : fix CSS for search results (#3643) There was no margin at the bottom of the search result : in case of two ore more results, the two blocks had no space between them. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index a9d5933a..b835c98d 100644 --- a/static/style.css +++ b/static/style.css @@ -462,6 +462,7 @@ button { display: flex; position: relative; text-align: left; + margin-bottom: 15px; } @media (prefers-color-scheme: dark) { .search-result {