Skip to content

Commit

Permalink
fix: set table name width to not hide icons when name is too long (#1…
Browse files Browse the repository at this point in the history
…4489)

* fix: set table name width to now hide icons when name is too long

* fix: table style

Co-authored-by: einatnielsen <einat.bertenthal@nielsen.com>
  • Loading branch information
einatbar and einatnielsen authored May 25, 2021
1 parent 9a96dac commit add35f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ div.tablePopover {
display: flex;
flex: 1;
align-items: center;
width: 100%;

.table-name {
white-space: nowrap;
Expand Down

0 comments on commit add35f9

Please sign in to comment.