Skip to content

Commit

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

* 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
2 people authored and cccs-RyanS committed Dec 17, 2021
1 parent 465dbe4 commit ea18859
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 ea18859

Please sign in to comment.