From d4035c4f1e7e30e502176fb92ebd11effc202e0b Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 21 Oct 2021 09:09:23 +0100 Subject: [PATCH] Merge pull request #5498 from overleaf/ae-recompile-button Fix padding on recompile button in hybrid toolbar GitOrigin-RevId: 36a2433833a76572bcf55c3109931d4e1ca63778 --- services/web/frontend/stylesheets/app/editor/pdf.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/app/editor/pdf.less b/services/web/frontend/stylesheets/app/editor/pdf.less index 4aee180b87..619f83a409 100644 --- a/services/web/frontend/stylesheets/app/editor/pdf.less +++ b/services/web/frontend/stylesheets/app/editor/pdf.less @@ -110,6 +110,10 @@ } } } + + .btn-recompile { + padding-top: 2px; + } } .pdf {