From bfad95ae6184873a3fa81f9618084faf0dd44d77 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 5 Jun 2018 13:59:27 +0100 Subject: [PATCH] File restore button needs to be smaller to fit the new toolbar height. --- services/web/app/views/project/editor/history/diffPanelV1.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/history/diffPanelV1.pug b/services/web/app/views/project/editor/history/diffPanelV1.pug index 30588adf46..369f3703b0 100644 --- a/services/web/app/views/project/editor/history/diffPanelV1.pug +++ b/services/web/app/views/project/editor/history/diffPanelV1.pug @@ -14,7 +14,7 @@ ) | in {{history.diff.pathname}} .toolbar-right(ng-if="permissions.write") - a.btn.btn-danger.btn-sm( + a.btn.btn-danger.btn-xs( href, ng-click="openRestoreDiffModal()" ) #{translate("restore_to_before_these_changes")}