From 768f9b121c440031718ff3ffd4720790571ffb1a Mon Sep 17 00:00:00 2001 From: Cameron Dawson Date: Thu, 31 Oct 2013 15:03:57 -0700 Subject: [PATCH] fixed sizing more betterest --- ui/css/treeherder.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/css/treeherder.css b/ui/css/treeherder.css index 38ffae62f..2f2084e16 100755 --- a/ui/css/treeherder.css +++ b/ui/css/treeherder.css @@ -47,9 +47,8 @@ body { } .th-revision-btn { - margin-right: 5px; - margin-left: 5px; - width: calc(100% - 165px); + margin-left: 10px; + width: calc(100% - 170px); } .th-action-button {