From 7101ec09ed6efdbc302e38859e988f3b333885ff Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 3 Nov 2022 12:49:05 +0000 Subject: [PATCH] Updated search term lists to flex layouts --- .../views/search/parts/term-list.blade.php | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 deletions(-) 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