mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.13 to master
* 4.13: ui: fix for truncated name for project accounts (#3793) kvm: Logrotate should not touch agent.log (#3597)
This commit is contained in:
commit
74f56321db
|
|
@ -8188,8 +8188,11 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
|
|||
display: block;
|
||||
float: left;
|
||||
max-width: 90%;
|
||||
text-overflow: ellipsis;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue