ui: fix for truncated name for project accounts (#3793)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2020-01-03 19:23:55 +05:30 committed by dahn
parent 7e64945b88
commit cca6608aa5

View File

@ -8188,8 +8188,11 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
display: block; display: block;
float: left; float: left;
max-width: 90%; max-width: 90%;
text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
word-break: break-all;
word-wrap: break-word;
text-indent: 0;
margin-left: 10px;
} }
.multi-edit .data .data-body .data-item table tbody tr td.name { .multi-edit .data .data-body .data-item table tbody tr td.name {