From 818541c37eae97890ef77a2dbd75b3d9058be59e Mon Sep 17 00:00:00 2001 From: rcourtman Date: Thu, 26 Mar 2026 09:26:13 +0000 Subject: [PATCH] Fix Docker search action overlap (#1361) --- .../src/components/Docker/DockerFilter.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend-modern/src/components/Docker/DockerFilter.tsx b/frontend-modern/src/components/Docker/DockerFilter.tsx index 2ebe21b29..04c013d8f 100644 --- a/frontend-modern/src/components/Docker/DockerFilter.tsx +++ b/frontend-modern/src/components/Docker/DockerFilter.tsx @@ -233,7 +233,7 @@ export const DockerFilter: Component = (props) => { commitSearchToHistory(e.currentTarget.value); } }} - class="w-full pl-9 pr-16 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-900 text-gray-800 dark:text-gray-200 placeholder-gray-400 dark:placeholder-gray-500 focus:ring-2 focus:ring-blue-500/20 focus:border-blue-500 dark:focus:border-blue-400 outline-none transition-all" + class="w-full pl-9 pr-24 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-900 text-gray-800 dark:text-gray-200 placeholder-gray-400 dark:placeholder-gray-500 focus:ring-2 focus:ring-blue-500/20 focus:border-blue-500 dark:focus:border-blue-400 outline-none transition-all" title="Search containers by name, image, ID, or host" /> = (props) => { d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> - - -
+ + +