mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-08 02:11:44 -05:00
10 lines
200 B
SCSS
10 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);
|
||
|
}
|