Files
textual/questions
Dave Pearson 4f3bb3fe15 Set DataTable default style to max-height: 100% (#2974)
* Make the default max-height of a DataTable 100%

See #2959

* Fix the demo

Adding `max-height: 100%;` to DataTable has worked everywhere, except in the
demo, where it makes the table just plain flat out disappear. It looks like
it's down to a bug in Textual's CSS, possibly. This fixes the demo for now,
and a standalone issue will follow that dives into what's going on with this
particular combination of container and datatable styling.

* Update the ChangeLog

* Update the FAQ
2023-07-25 10:39:39 +01:00
..
2023-07-03 15:37:40 +01:00
2023-02-21 16:03:05 +00:00
2023-06-19 11:11:16 +01:00
2023-01-18 19:22:32 +00:00

Questions

Your questions should go in this directory.

Question files should be named with the extension ".question.md".

To build the FAQ, install faqtory if you haven't already:

pip install faqtory

Then run the following from the top of the repository:

faqtory build