🔀 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

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;