🔀 Merge pull request #612 from moemoeq/FIX/611_keep-all-word-break-for-cjk

[FIX] Prevent line breaks in search-label when using CJK languages
This commit is contained in:
Alicia Sykes 2022-04-23 20:03:21 +01:00 committed by GitHub
commit c6127f852f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;