mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix(Steps): add text-overflow ellipsis
This commit is contained in:
parent
321dabc86d
commit
108a8f553e
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,7 @@ export default {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-steps-item .p-menuitem-link {
|
||||
|
@ -246,6 +247,9 @@ export default {
|
|||
|
||||
.p-steps-title {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.p-steps-number {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue