Skip to content

Commit

Permalink
Merge pull request #330 from silverwind/patch-1
Browse files Browse the repository at this point in the history
Fix cut-off letter in stage name
  • Loading branch information
bradrydzewski authored Jun 8, 2020
2 parents 5b9322b + ae2decd commit 241475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ span {
font-weight: 600;
margin-left: 10px;
font-size: 14px;
line-height: 18px;
line-height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 241475e

Please sign in to comment.