Blue theme board view left margin for columns issue
In Kanboard 1.2.37 (and 1.2.36) in plugin Customizer 1.14.2 In board view When using Blueboard theme The project columns are vertically aligned with the left edge of the
In previous versions of kanboard the board columns were wrapped underneath the views-switcher-component against the left margin
If you change the page zoom to 50% or less the search box and board columns move back to the left hand margin.
All the other themes seem to work OK with the board view
Only the Blue Theme?
I'll investigate, but I will note my lack of ability with css.
Customizer is really not a theme, but a tool for themes, and the included css themes, they were created by others for the most part.
Thanks. I posted here because I, also, have limited css skills .... However... in inspector I changed a setting from light.min.css : I changed
.project-header {
margin-bottom: 8px;
}
to
.project-header {
margin-bottom: 12px;
}
and it works now so instead of making the change in light.min.css I added it to the 'Custom stylesheet settings' in on the 'application settings' page of 'settings' menu so that its persistent even it light.min.css gets replaced in an update
If we add it to the blue theme css it should be a solve. When I get a chance.