From 8bc6cb906110ae03e117af97147a366621dc20b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Fri, 31 Oct 2025 20:01:51 -0400 Subject: [PATCH] fix(css): not break word in the search button placeholder (#2182) * fixed not to break in the button * fixed style --- quartz/components/styles/search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss index bb58948ae..3c5994693 100644 --- a/quartz/components/styles/search.scss +++ b/quartz/components/styles/search.scss @@ -25,6 +25,7 @@ & > p { display: inline; color: var(--gray); + text-wrap: unset; } & svg {