From 7c0789913b74725fd2e54adedf14aef1586fe476 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 18 Dec 2015 09:18:13 -0800 Subject: [PATCH] Allow the review history panel to resize Remove the fixed width setting from the review history panel to allow the comment panel to resize and allow the comments to wrap. This will make it easier to read long comments. This will allow the history panel to use the entire width of the window and it will make the comments easier to read, particularly when there are a lot of comments. preview: https://imgur.com/pIqAu5F Change-Id: I589c0c000dd8fab9e7f34410a474590a58799bcb --- modules/openstack_project/files/gerrit/GerritSite.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index ba1204a78e..2cdda6e351 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -97,6 +97,11 @@ results. */ .com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-name { font-weight: bold !important; } +.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2 + .com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-messageBox { + width: inherit; + max-width: 1168px; +} .comment_test_name { display: inline-block;