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

Created on 3 Mar 2019  路  1Comment  路  Source: getredash/redash

image

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

Bug Frontend

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings