Having trouble applying a border and border radius on a dbc.Table

https://dashcheatsheet.pythonanywhere.com/

Please more consider using class_name instead of CSS when you are using dbc.

e.g.

html.Span(className="border border-5")
html.Span(className="border rounded")
1 Like