This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 4c28a2b ui: Fix wrap text for accounts on project view (#3451)
4c28a2b is described below
commit 4c28a2bcaaa490a894fc82f60f558f3acdafe28a
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Tue Jul 2 08:58:28 2019 -0300
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.
---
ui/css/cloudstack3.css | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index c3d8061..a393ef7 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -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;
}