fix: set table name width to not hide icons when name is too long (#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>
This commit is contained in:
Einat Bertenthal 2021-05-25 16:44:28 +03:00 committed by GitHub
parent 9a96dac3a7
commit add35f9fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,6 +414,7 @@ div.tablePopover {
display: flex;
flex: 1;
align-items: center;
width: 100%;
.table-name {
white-space: nowrap;