mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Better handling of overflown text
This commit is contained in:
parent
360d8c6a86
commit
9108e47f56
2 changed files with 4 additions and 1 deletions
|
@ -479,6 +479,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-dropdown-label {
|
.p-dropdown-label {
|
||||||
|
|
|
@ -428,6 +428,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-multiselect-label-container {
|
.p-multiselect-label-container {
|
||||||
|
@ -439,8 +440,9 @@ export default {
|
||||||
.p-multiselect-label {
|
.p-multiselect-label {
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-multiselect-label-empty {
|
.p-multiselect-label-empty {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue