Closed sorin-davidoi closed 8 years ago
It is currently no possible to style the label. While the default values are sane, we should allow the users to override them.
For instance, displaying the string "24:54" leads to this:
Setting width: auto; overflow: auto; would result in:
width: auto; overflow: auto;
The user should be allowed to style the label via a custom property.
This is currently not possible.
Description
It is currently no possible to style the label. While the default values are sane, we should allow the users to override them.
For instance, displaying the string "24:54" leads to this:
Setting
width: auto; overflow: auto;
would result in:Expected outcome
The user should be allowed to style the label via a custom property.
Actual outcome
This is currently not possible.