From c40a98173f941136d8fc32bd27b9f9859ae8f443 Mon Sep 17 00:00:00 2001 From: Fredrik Ekdahl Date: Sat, 7 Mar 2026 23:48:44 +0100 Subject: Fix rounded left corners on quick-search (#5333) Move quick-search label outside of the input-group to make the input element the first, which makes sure that the bootstrap CCS corner-radius rule is applied. --- resources/views/layouts/default.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/layouts/default.phtml b/resources/views/layouts/default.phtml index aec11b7afc..ae27c2a34f 100644 --- a/resources/views/layouts/default.phtml +++ b/resources/views/layouts/default.phtml @@ -84,9 +84,9 @@ use Psr\Http\Message\ServerRequestInterface;