Skip to content

Commit

Permalink
fix(transitionvis): Fix style on arrow so it takes up entire vertical…
Browse files Browse the repository at this point in the history
… space of its state block
  • Loading branch information
christopherthielen committed Jan 3, 2018
1 parent 3b4ee82 commit 9863eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transition/transitionVisualizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
}

.uirTranVis_transitionDetail.expand .uirTranVis_nodeContent {
height: 100%;
min-height: 65px;
}

Expand Down

0 comments on commit 9863eda

Please sign in to comment.