overleaf/services/web/frontend/stylesheets/app/editor/math-preview.less
David 93ba9fa28a Merge pull request #20001 from overleaf/dp-math-preview-split-test-badge
Add split test badge to math preview tooltip

GitOrigin-RevId: 9dfd30502f4b023bc7f640660904b0d3e7f4ce62
2024-08-20 08:04:31 +00:00

9 lines
150 B
Text

.ol-cm-math-tooltip {
border-radius: 4px;
max-height: 400px;
max-width: 800px;
overflow: auto;
padding: 8px;
display: flex;
gap: 8px;
}