Using the Sodalite theme with the Kanban plugin, there is an incorrect amount of padding allocated at the top of the screen to see the Kanban features underneath.

Using a teeny bit of css (piggybacking the sourcing from another bit of css from the Kanban plugin)
.workspace-leaf-content[data-type=kanban] .view-content { padding-top: 50px; }
After this css is applied, it looks like this.

Bassically just looking for a suggestion of any better way to implement this css before creating a PR.
Using the Sodalite theme with the Kanban plugin, there is an incorrect amount of padding allocated at the top of the screen to see the Kanban features underneath.
Using a teeny bit of css (piggybacking the sourcing from another bit of css from the Kanban plugin)
.workspace-leaf-content[data-type=kanban] .view-content { padding-top: 50px; }After this css is applied, it looks like this.
Bassically just looking for a suggestion of any better way to implement this css before creating a PR.