Minimal margin needed for `history_dataset_as_table` markdown directive in "compact" mode
Describe the bug I know, extremely nitpicking, but the pages should look great... :sweat_smile:
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.0
Commit: (run git rev-parse HEAD if you run this Galaxy server)
To Reproduce Steps to reproduce the behavior:
- Create a Page for a history containing some tabular dataset
- Add the following markdown directive replacing the
history_dataset_id:
```galaxy
history_dataset_as_table(history_dataset_id=<your_dataset_id>, show_column_headers=true, compact=true, title='The title', footer='The footer')
```
Screenshots
Wow that's more parameters than I knew existed! are they documented anywhere? I only found out that's how you collapse things just the other day.
We can add them to the tutorial at least https://github.com/galaxyproject/training-material/pull/4790
Seems self-documented in the PR description https://github.com/galaxyproject/galaxy/pull/16681 but sadly they are images :/
perfect! that link is incredibly helpful!!