Skip to content

Commit

Permalink
Shrink comment box to fit
Browse files Browse the repository at this point in the history
Shrink the comment box down to fit into the provided space.
Currently the comment box overhangs.
  • Loading branch information
RedSparr0w authored May 3, 2018
1 parent 6ccc8cb commit e94da2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
z-index: 1;
}

.enable_better_github_pr .comment-holder {
max-width: 710px;
}

/* react-treeview */

.tree-view_item {
Expand Down

0 comments on commit e94da2f

Please sign in to comment.