Hello,
My default label style has the following line: vertical-align: center. I have another label style that overrides this with vertical-align: top. This works fine in the smart client, but this overridng style isn’t honored in the web client. My only workaround is to specify TOP in the label’s verticalAlignment property, which defeats the purpose of having styles in the first place.
Is this expected behavior?