Prevent wrapping
parent
b04b7ba925
commit
3c85a5e46f
|
@ -473,6 +473,7 @@ export default {
|
||||||
|
|
||||||
.p-autocomplete-item {
|
.p-autocomplete-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-autocomplete-multiple-container {
|
.p-autocomplete-multiple-container {
|
||||||
|
|
|
@ -508,6 +508,7 @@ input.p-dropdown-label {
|
||||||
.p-dropdown-item {
|
.p-dropdown-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-dropdown-items {
|
.p-dropdown-items {
|
||||||
|
|
|
@ -464,6 +464,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-multiselect-header {
|
.p-multiselect-header {
|
||||||
|
|
|
@ -254,10 +254,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .p-multiselect-panel {
|
|
||||||
min-width: 16em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-datatable-globalfilter-container {
|
.p-datatable-globalfilter-container {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
|
|
@ -2586,10 +2586,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .p-multiselect-panel {
|
|
||||||
min-width: 16em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-datatable-globalfilter-container {
|
.p-datatable-globalfilter-container {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue