Great_expectations: data docs columns shrink to 1 character width with long query

Created on 28 Dec 2020  路  3Comments  路  Source: great-expectations/great_expectations

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    Data_documentation_compiled_by_Great_Expectations

Expected behavior
I expect the columns to be readable and shrink only to a minimum width.

Environment (please complete the following information):

  • OS: [e.g. iOS] macOS
  • GE Version: [e.g. 0.10.0] 0.13.4
enhancement good first issue help wanted

All 3 comments

Most likely, applying CSS min-width property should improve this behavior. Figuring this out and testing it is a great opportunity for a first time community contributor - applied "good first issue" label.

@eugmandel @Aylr can I submit a PR to close this down?

@cdkini Yes please!

Was this page helpful?
0 / 5 - 0 ratings