Better handling of overflown text

pull/358/head
cagataycivici 2020-07-03 13:53:39 +03:00
parent 360d8c6a86
commit 9108e47f56
2 changed files with 4 additions and 1 deletions

View File

@ -479,6 +479,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.p-dropdown-label {

View File

@ -428,6 +428,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.p-multiselect-label-container {
@ -439,8 +440,9 @@ export default {
.p-multiselect-label {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
}
.p-multiselect-label-empty {