mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
fix(css): not break word in the search button placeholder (#2182)
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
* fixed not to break in the button * fixed style
This commit is contained in:
parent
af5773f0e4
commit
8bc6cb9061
@ -25,6 +25,7 @@
|
|||||||
& > p {
|
& > p {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
|
text-wrap: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
& svg {
|
& svg {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user