Skip to content

Commit

Permalink
fix(Steps): add text-overflow ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
thielpa committed May 14, 2023
1 parent 321dabc commit 108a8f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/steps/Steps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export default {
display: flex;
justify-content: center;
flex: 1 1 auto;
overflow: hidden;
}
.p-steps-item .p-menuitem-link {
Expand All @@ -246,6 +247,9 @@ export default {
.p-steps-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.p-steps-number {
Expand Down

0 comments on commit 108a8f5

Please sign in to comment.