Revision 8d260b9a227fa5e259f76cebe1bd0ce5f46b39d5 authored by Nicolas Jeannerod on 19 October 2022, 20:11:16 UTC, committed by GitHub on 19 October 2022, 20:11:16 UTC
* Specify explicitly the breakpoint for datatables

in the hope to fix the tests and the odd behaviour where some columns
would hide even in desktop mode

* Do wrap tables

* update tests
1 parent 3299d68
Raw File
.gitignore
## .gitignore

## Project-specific
/_build
/*.log
__pycache__

## Emacs
*~
*#
.auctex-auto

## Nix & direnv
/result
/.envrc
/.direnv
back to top