mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-05 13:18:01 -05:00
571ece201f
[BS5] Migrate math preview GitOrigin-RevId: 0da768afdd98f81554f6820049432283ca8f9735
9 lines
200 B
SCSS
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);
|
|
}
|