Skip to content

Commit

Permalink
Fix long tag labels breaking table layout (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena authored Mar 7, 2019
1 parent 4f79c86 commit 507ea61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/app/assets/less/redash/redash-newstyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -972,3 +972,8 @@ text.slicetext {
.select-option-divider {
margin: 10px 0 !important;
}

.table-data .label-tag {
display: inline-block;
max-width: 135px;
}

0 comments on commit 507ea61

Please sign in to comment.