From e94da2fabcdd699930521c30adcaa556fc0bb69e Mon Sep 17 00:00:00 2001 From: Danial Date: Thu, 3 May 2018 16:08:15 +1200 Subject: [PATCH] Shrink comment box to fit Shrink the comment box down to fit into the provided space. Currently the comment box overhangs. --- src/js/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/js/style.css b/src/js/style.css index 4cd52f2..b5d5566 100644 --- a/src/js/style.css +++ b/src/js/style.css @@ -32,6 +32,10 @@ z-index: 1; } +.enable_better_github_pr .comment-holder { + max-width: 710px; +} + /* react-treeview */ .tree-view_item {