mirror of https://github.com/Lissy93/dashy.git
🐛Prevent line breaks in search-label.
This commit is contained in:
parent
05f5d71801
commit
9d627b1c86
|
@ -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