Merge branch 'main' of github.com:hhu-adam/lean4game

pull/43/head
Alexander Bentkamp 2 years ago
commit 3fd3a12370

@ -43,6 +43,11 @@
border-top: 1px solid rgb(0, 0, 0, 0.12); /* This should be teh same colour as `divider` in LeftPanel.tsx */
}
/* fix as Mui seems to set this to `nowrap`. */
.MuiAccordionDetails-root {
white-space: normal;
}
/***************************************/
/* TODO: For development purposes only */
/***************************************/

Loading…
Cancel
Save