Replies: 1 comment
-
I believe the text is in a separate nested div, and you'll just need another selector... please check that in the DOM to confirm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
[data-test-chart-id="96"] .chart-container{
background-color: green;
color : white;
text-align: center;
}
in above css code, background color is changed but text color and text align is not changing.
How to reproduce the bug
go to edit css for dashboard
Screenshots/recordings
Superset version
3.1.1
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions