Merge pull request #21500 from overleaf/td-bs5-math-preview

[BS5] Migrate math preview

GitOrigin-RevId: 0da768afdd98f81554f6820049432283ca8f9735
This commit is contained in:
Tim Down 2024-11-04 16:09:51 +00:00 committed by Copybot
parent b00483653e
commit 571ece201f
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,7 @@
@import 'editor/review-panel';
@import 'editor/chat';
@import 'editor/history';
@import 'editor/math-preview';
@import 'subscription';
@import 'editor/pdf';
@import 'editor/compile-button';

View file

@ -0,0 +1,9 @@
.ol-cm-math-tooltip {
border-radius: var(--border-radius-base);
max-height: 400px;
max-width: 800px;
overflow: auto;
padding: var(--spacing-04);
display: flex;
gap: var(--spacing-04);
}