Skip to content

Commit 71767cf

Browse files
committed
CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label
1 parent e5d3e49 commit 71767cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6371,6 +6371,12 @@ label.error {
63716371
margin-left: 26px;
63726372
}
63736373

6374+
.instance-wizard .step.service-offering .custom-size .field label.error {
6375+
position: relative;
6376+
top: 0;
6377+
left: 0;
6378+
}
6379+
63746380
.instance-wizard .step.service-offering .custom-iops .field input {
63756381
width: 88%;
63766382
margin-left: 26px;

0 commit comments

Comments
 (0)