mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
🐛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…
x
Reference in New Issue
Block a user