mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13716
Fix service offering list overflow status 13716: resolved fixed
This commit is contained in:
parent
b7ded0ff1b
commit
716a62760a
@ -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…
x
Reference in New Issue
Block a user