🐛Prevent line breaks in search-label.

This commit is contained in:
CHAIYEON CHO 2022-04-24 01:51:47 +09:00
parent 05f5d71801
commit 9d627b1c86
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ export default {
color: var(--search-label-color);
margin: 0.5rem;
display: inline;
word-break: keep-all;
}
input {
display: inline-block;