mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
93ba9fa28a
Add split test badge to math preview tooltip GitOrigin-RevId: 9dfd30502f4b023bc7f640660904b0d3e7f4ce62
9 lines
150 B
Text
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;
|
|
}
|