From 316b67eedc3d18481479759478d5c274de1dc479 Mon Sep 17 00:00:00 2001 From: Lukasz Klis Date: Sat, 13 Jan 2018 04:06:12 +0100 Subject: [PATCH] Fix alignment of the "Update branch" button for PRs (#981) --- source/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content.css b/source/content.css index b3e24a6660e7..464b7ee5cd2f 100644 --- a/source/content.css +++ b/source/content.css @@ -119,7 +119,7 @@ .mergeability-details .branch-action-item-icon { margin-top: -4px; } -.mergeability-details .branch-action-item .float-right.btn { +.mergeability-details .branch-action-item .btn { margin-top: -6px; } .alt-merge-options {