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

Users list: Disable button pushed beyond scroll when many groups are used #3521

Closed
arikfr opened this issue Mar 3, 2019 · 1 comment
Closed
Assignees
Milestone

Comments

@arikfr
Copy link
Member

arikfr commented Mar 3, 2019

image

(you can see a live version on https://redash-preview.netlify.com)

@arikfr arikfr added this to the v7.0.0 milestone Mar 3, 2019
@ranbena
Copy link
Contributor

ranbena commented Mar 7, 2019

Maybe this can be just tackled by a few css overrides for labels in table:

.items-list .label-tag {
  display: inline-block;
  max-width: 135px;
}

Which results in:
screen shot 2019-03-07 at 10 13 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants