I have cforms plugin installed on a WordPress page.
Interestingly, the word "required" in Russian appears to consist of two words as per the translation office.
While it displays correctly in Firefox, in Safari it breaks and aligns to the bottom left of that line.
span.reqtxt,
span.emailreqtxt {
margin:2px 0 0 3px;
font-size:0.9em;
font-weight:bold;
color:#0d5f99;
display: -moz-inline-box;
vertical-align:top;
}
Any suggestions on how to resolve this layout issue? Thank you!