Typo in CSS Class?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 Jahre weitere
Technically not a bug since they are spelled the same in all locations, but I thought you might want to correct it.

CSS classes:

.downloable-products {
.downloable-products .info {

Shouldn't they be?:

.downloadable-products {
.downloadable-products .info {

Found in files:
style.css (both normal and mobile css files)

DownloadableProducts.cshtml
DownloadableProducts.Mobile.cshtml
12 Jahre weitere
Sure. Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.