Possible Bug: CMS 1.7.3 Dataset View CSS

Hi,

Sorry for the delay.

First let me explain differences between 1.6.4 and 1.7.3. For example:
Display is 1920: in 1.6, if you set a font to 20px it would be 20px in the designer and in the player which is obviously wrong, because the player is much bigger.
In 1.7 it will be 20px in the player and 8px in the designer. Does this makes sense to you?

Basically what you’d need to do is change the font size of your dataset:
For example:
tr.DataSetRow {
text-align:center;
font-size:52px;
}

Similar with 1 row and header if you’d like, then you will be able to achieve what you want with it.

Best Wishes,
Peter