Hi, When I compile my Apache Royale application, the compilar injects a particular style: * { font-size: 12px } This afftects my report engine Texts (Labels) because they don't have a defined style. A text in this report engine is a div (without style) inside a td with a style, so the text (div) inherits from the Royale * style, dont' allow me the have different report text styles.
There is a way to compile (I'm using VS Code) and ignore this style (*) ? Regards, Hugo.