mirror of https://github.com/apache/cloudstack.git
Merge pull request #1398 from nitin-maharana/CloudStack-Nitin23_4.7
CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rulesSteps to Repro: ============ Please see the snapshots attached. Fix: === Now it breaks into two lines once the word goes out of the box. Fixed the advanced search field issue. Network Section: =============  Adding VM to LB Rule: ==================  Affinity Group Section: ==================  Fixed Affinity Group Section: ======================  * pr/1398: CLOUDSTACK-9270: UI alignment gone bad in multiple places - VM Instance, Network, Egress rules Signed-off-by: Koushik Das <koushik@apache.org>
This commit is contained in:
commit
2ada75cc82
|
|
@ -530,6 +530,7 @@ div.list-view table tbody td span {
|
|||
display: block;
|
||||
float: left;
|
||||
max-width: 89%;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
text-indent: 0;
|
||||
margin-left: 12px;
|
||||
|
|
@ -8293,6 +8294,16 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.multi-edit-add-list div.form-container {
|
||||
width: auto !important;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.multi-edit-add-list div.form-container div.name label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.multi-edit .data .data-body {
|
||||
margin: auto auto auto 11px;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in New Issue