From a733f9d1fd66ff49a86713b350e470113de17fbf Mon Sep 17 00:00:00 2001 From: Brad Larson Date: Fri, 6 Dec 2013 17:01:50 -0600 Subject: [PATCH] ChangeScreen2: Narrow reply button header spacing Setting the min width of the reply button in the CS2 header pushes the change status so far to the right that it gets cut off by the Patch Sets drop down for some screen resolutions. The change status also has a 22px left margin, so there is still space between the two widgets. Change-Id: I6e2d7e2cbb7511fbbde563b35822ec133b661165 --- .../java/com/google/gerrit/client/change/ChangeScreen2.ui.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml index 68980205bc..0a8927e6ee 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml @@ -78,7 +78,6 @@ limitations under the License. height: HEADER_HEIGHT; line-height: HEADER_HEIGHT; vertical-align: top; - min-width: 200px; } .statusRight { position: absolute;