Setup Wizard width fix for chrome

This commit is contained in:
Anand Doshi 2014-05-14 13:31:11 +05:30
parent 51ba6f816b
commit 5ce287d611

View File

@ -11,7 +11,7 @@
@media (min-width: 768px) {
.setup-wizard-wrapper {
width: 720px;
width: 725px;
}
}