mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Merge pull request #21500 from overleaf/td-bs5-math-preview
[BS5] Migrate math preview GitOrigin-RevId: 0da768afdd98f81554f6820049432283ca8f9735
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user