Skip to content

Commit

Permalink
fix(QStepper): dot can display too narrow when the title is long (#5384)
Browse files Browse the repository at this point in the history
close #5380
  • Loading branch information
pdanpdan authored and rstoenescu committed Oct 24, 2019
1 parent 8ee263a commit 04f9e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/stepper/QStepper.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
margin-right: 8px
font-size: 14px
width: 24px
min-width: 24px
height: 24px
border-radius: 50%
background: currentColor
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/stepper/QStepper.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
margin-right 8px
font-size 14px
width 24px
min-width 24px
height 24px
border-radius 50%
background currentColor
Expand Down

0 comments on commit 04f9e0d

Please sign in to comment.