Skip to content

Commit

Permalink
Add overflow on view
Browse files Browse the repository at this point in the history
Corrects resizing the snapshots_view if CSS lines are longer than the width of the container.
  • Loading branch information
alienlebarge committed Sep 13, 2016
1 parent dbf0305 commit ced6e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webdebugger/src/components/snapshot.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
vertical-align: top;
flex-grow: 1;
margin-left: 26px;
overflow: scroll;
}

.snapshot__basename {
Expand Down

0 comments on commit ced6e45

Please sign in to comment.