From d786d79483e9709da8701b4483e8e1485edee5c1 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Fri, 6 Dec 2024 00:01:38 +0100 Subject: [PATCH] (site-info) Add whitespace-nowrap to pubDay span in overview.jte --- .../search-service/resources/jte/siteinfo/view/overview.jte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte b/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte index 25c8a9fa..afefcfa7 100644 --- a/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte +++ b/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte @@ -39,7 +39,7 @@ @for (SearchSiteInfoService.FeedItem item : siteInfo.feed().items())
${item.title()} - ${item.pubDay()} + ${item.pubDay()}
${item.description()}
@endfor