mirror of https://github.com/apache/cloudstack.git
bug 13716
Fix service offering list overflow status 13716: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
5bce485aa5
commit
417fb60196
|
|
@ -4492,6 +4492,12 @@ label.error {
|
|||
border: 1px solid #E0DFDF;
|
||||
}
|
||||
|
||||
.multi-wizard.instance-wizard .service-offering .content {
|
||||
width: 463px;
|
||||
max-height: 365px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.multi-wizard .content .section .select-area {
|
||||
width: 334px;
|
||||
height: 45px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue