From: Dan Brown Date: Thu, 3 Nov 2022 12:49:05 +0000 (+0000) Subject: Updated search term lists to flex layouts X-Git-Tag: v22.11~1^2~20^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/7101ec09ed6efdbc302e38859e988f3b333885ff Updated search term lists to flex layouts --- diff --git a/resources/views/search/parts/term-list.blade.php b/resources/views/search/parts/term-list.blade.php index 3fbfa18fe..dfcc80269 100644 --- a/resources/views/search/parts/term-list.blade.php +++ b/resources/views/search/parts/term-list.blade.php @@ -2,25 +2,24 @@ @type - Type of term (exact, tag) @currentList --}} - + option:add-remove-rows:row-selector=".flex-container-row" + class="flex-container-column gap-xs"> @foreach(array_merge($currentList, ['']) as $term) - - - - + +
+ +
+ @endforeach - - - -
- -
\ No newline at end of file +
+ +
+ \ No newline at end of file