mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix for truncated name for project accounts (#3793)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
7e64945b88
commit
cca6608aa5
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user