[TSVB] Some css properties on markdown styling need !important
to be applied
#134878
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
Not sure when the problem started but I think that is related to monaco #100684
Describe the bug:
in TSVB the users can use the panel options--> custom CSS feature to change the look & feel of their markdown. We noticed that the font-size for h1 doesnt work. It can happen to other properties too I guess.
The problem here is that the styling is overwritten by the monaco classes
Workaround
Add the
!important
next to the css property you want to overwrite. For example:Steps to reproduce:
# Header
The text was updated successfully, but these errors were encountered: