ui: Fix wrap text for accounts on project view (#3451)

Fix wrap text for account names on the project view, as it cannot be fully displayed.
This commit is contained in:
Nicolas Vazquez 2019-07-02 08:58:28 -03:00 committed by Rohit Yadav
parent 047003315b
commit 4c28a2bcaa

View File

@ -8154,7 +8154,6 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
display: block;
float: left;
max-width: 90%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}