mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Merge pull request #5520 from overleaf/ae-log-entry-height
Fix log entry height in new PDF preview GitOrigin-RevId: a9b7cae352da87f391c66720b109e3d9fd00fe52
This commit is contained in:
@@ -24,7 +24,7 @@ export default function PdfLogEntryRawContent({
|
||||
<div
|
||||
className="expand-collapse-container"
|
||||
style={{
|
||||
height: expanded ? 'auto' : collapsedSize,
|
||||
height: expanded || !needsExpander ? 'auto' : collapsedSize,
|
||||
}}
|
||||
>
|
||||
<pre className="log-entry-content-raw" ref={containerRef}>
|
||||
|
||||
Reference in New Issue
Block a user