mirror of https://github.com/Lissy93/dashy.git
🔀 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:
commit
c6127f852f
|
@ -172,6 +172,7 @@ export default {
|
|||
color: var(--search-label-color);
|
||||
margin: 0.5rem;
|
||||
display: inline;
|
||||
word-break: keep-all;
|
||||
}
|
||||
input {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue