UX: prevents mini tag chooser header to wrap (#8858)
This commit is contained in:
parent
7fd5a8db72
commit
666a4be888
|
@ -27,6 +27,10 @@
|
|||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
max-width: 250px;
|
||||
|
||||
.name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue