mirror of
https://github.com/Lissy93/dashy.git
synced 2026-02-13 02:21:26 +01:00
🐛Prevent line breaks in search-label.
This commit is contained in:
parent
05f5d71801
commit
9d627b1c86
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue