overleaf/services/web/frontend/stylesheets/bootstrap-5/pages/editor/math-preview.scss

10 lines
200 B
SCSS
Raw Normal View History

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