Prevent wrapping

pull/310/head
cagataycivici 2020-04-28 13:46:12 +03:00
parent b04b7ba925
commit 3c85a5e46f
5 changed files with 3 additions and 8 deletions

View File

@ -473,6 +473,7 @@ export default {
.p-autocomplete-item {
cursor: pointer;
white-space: nowrap;
}
.p-autocomplete-multiple-container {

View File

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

View File

@ -464,6 +464,7 @@ export default {
display: flex;
align-items: center;
font-weight: normal;
white-space: nowrap;
}
.p-multiselect-header {

View File

@ -254,10 +254,6 @@ export default {
width: 100%;
}
/deep/ .p-multiselect-panel {
min-width: 16em;
}
.p-datatable-globalfilter-container {
float: right;

View File

@ -2586,10 +2586,6 @@ export default {
width: 100%;
}
/deep/ .p-multiselect-panel {
min-width: 16em;
}
.p-datatable-globalfilter-container {
float: right;