bug 13716

Fix service offering list overflow

status 13716: resolved fixed
This commit is contained in:
Brian Federle 2012-02-17 16:15:08 -08:00
parent b7ded0ff1b
commit 716a62760a

View File

@ -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;