From 42cfa00954ac069b366867a1f9bc24ad06589919 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 1 May 2014 07:27:30 -0400 Subject: [PATCH] fix overflow on firefox Firefox 29 apparently doesn't render overflow-x correctly. However overflow works fine, and works fine on webkit based browsers as well. Move from overflow-x => overflow for maximum compatibility. Change-Id: Iba7463479060dfc2b692a260322d0726fa22fd11 --- modules/openstack_project/files/gerrit/GerritSite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 92f6e3b89b..9462be8f51 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -49,7 +49,7 @@ li.comment_test {list-style-type: none; } /* this is for support of 'Display Person Name In Review Category' */ .cAPPROVAL { max-width: 100px; - overflow-x: hidden; + overflow: hidden; } /* fixes to make this like old gerrit */ .changeTable td.dataCell {