mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #8037 from overleaf/ii-refactor-tooltip-usage-fix
Place the download PDF tooltip to the bottom GitOrigin-RevId: e2171c4417de66f2143be66dc76ca7c450c43234
This commit is contained in:
@@ -13,7 +13,11 @@ function PdfHybridDownloadButton() {
|
||||
: t('please_compile_pdf_before_download')
|
||||
|
||||
return (
|
||||
<Tooltip id="logs-toggle" description={description}>
|
||||
<Tooltip
|
||||
id="logs-toggle"
|
||||
description={description}
|
||||
overlayProps={{ placement: 'bottom' }}
|
||||
>
|
||||
<Button
|
||||
bsStyle="link"
|
||||
disabled={!pdfDownloadUrl}
|
||||
|
||||
Reference in New Issue
Block a user