The Wayback Machine - https://web.archive.org/web/20211002012831/https://github.com/great-expectations/great_expectations/issues/2214
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data docs columns shrink to 1 character width with long query #2214

Open
Aylr opened this issue Dec 28, 2020 · 3 comments
Open

data docs columns shrink to 1 character width with long query #2214

Aylr opened this issue Dec 28, 2020 · 3 comments

Comments

@Aylr
Copy link
Contributor

@Aylr Aylr commented Dec 28, 2020

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
@eugmandel
Copy link
Member

@eugmandel eugmandel commented Jan 6, 2021

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.

@cdkini
Copy link
Member

@cdkini cdkini commented May 17, 2021

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

@Aylr
Copy link
Contributor Author

@Aylr Aylr commented May 20, 2021

@cdkini Yes please!

cdkini added a commit to cdkini/great_expectations that referenced this issue May 22, 2021
Ensures that the first column in Batch Kwargs fits on a single line.
Each subsequent column is unchanged to allow word wrapping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment