mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +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);
|
color: var(--search-label-color);
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user