mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Add split test badge to math preview tooltip GitOrigin-RevId: 9dfd30502f4b023bc7f640660904b0d3e7f4ce62
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
.ol-cm-math-tooltip {
|
|
border-radius: 4px;
|
|
max-height: 400px;
|
|
max-width: 800px;
|
|
overflow: auto;
|
|
padding: 8px;
|
|
display: flex;
|
|
gap: 8px;
|
|
}
|