Prevent wrapping

This commit is contained in:
cagataycivici 2020-04-28 13:46:12 +03:00
parent b04b7ba925
commit 3c85a5e46f
5 changed files with 3 additions and 8 deletions

View file

@ -508,6 +508,7 @@ input.p-dropdown-label {
.p-dropdown-item {
cursor: pointer;
font-weight: normal;
white-space: nowrap;
}
.p-dropdown-items {