1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

fix(css): not break word in the search button placeholder (#2182)

* fixed not to break in the button

* fixed style
This commit is contained in:
松浦 知也 Matsuura Tomoya
2025-10-31 20:01:51 -04:00
committed by GitHub
parent af5773f0e4
commit 8bc6cb9061
+1
View File
@@ -25,6 +25,7 @@
& > p {
display: inline;
color: var(--gray);
text-wrap: unset;
}
& svg {