Skip to content

Styling css consistency #34

Description

@antoan2

A lot of errors are sent to the navigator console because we aren't using camel case style to the style dictionary passed to the dash elements : https://dash.plotly.com/layout

html.P("2020 © dataforgood", style={"textAlign": "center", "margin": "1px"})

Instead of:

html.P("2020 © dataforgood", style={"text-align": "center", "margin": "1px"})

Moreover, with consistent ids across the applications, we should also be able to get rid of all these dictionaries, but instead use css files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions