Just a really minor one ;)

The code

.field-type-commerce-price .form-item {
  float: left;
  margin-right: 1em;
}

which is in the said file breaks layout of admin theme.

I am not even sure that these lines are needed, but if they are, an RTL version with the next code will fix the problem:

.field-type-commerce-price .form-item {
	float: initial;
	margin-right: initial;
}

Thanks, great sub-module!

Amir

Comments

rszrama’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Category: bug » feature
Priority: Minor » Normal

Can I get a patch for this - I'm not sure what exactly should happen here. Also, did you check to ensure the latest -dev doesn't already have this sorted out? I remember an RTL patch not too long ago...

jsacksick’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

D7 is EOL, closing this.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.