UX: prevents mini tag chooser header to wrap (#8858)

This commit is contained in:
Joffrey JAFFEUX 2020-02-04 23:55:50 +01:00 committed by GitHub
parent 7fd5a8db72
commit 666a4be888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
box-shadow: none;
cursor: pointer;
max-width: 250px;
.name {
white-space: nowrap;
}
}
}