mirror of https://github.com/apache/cloudstack.git
Fix wrapping for port forwarding multiedit fields in FF
This commit is contained in:
parent
260a6c630d
commit
91f95180c2
|
|
@ -7619,10 +7619,10 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
|
|||
}
|
||||
|
||||
.multi-edit .range input {
|
||||
width: 41px;
|
||||
margin-left: 13px;
|
||||
width: 35px;
|
||||
margin-left: 6px;
|
||||
margin-right: 2px;
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.multi-edit .range label {
|
||||
|
|
|
|||
Loading…
Reference in New Issue