overleaf/services/web/frontend/stylesheets/bootstrap-5/pages/editor/math-preview.scss
Tim Down 571ece201f Merge pull request #21500 from overleaf/td-bs5-math-preview
[BS5] Migrate math preview

GitOrigin-RevId: 0da768afdd98f81554f6820049432283ca8f9735
2024-11-05 09:05:26 +00:00

9 lines
200 B
SCSS

.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);
}