You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
search box giving a large left margin that is the width of class="dropdown-component" and class="views-switcher-component"
If you have additional plugins like bigboard, calendar and gant the views-switcher-component can be quite wide pushing the board columns right across the page to the right
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
The text was updated successfully, but these errors were encountered:
cjohnsonuk
changed the title
Blue theme
Blue theme board view left margin for columns issue
Jun 12, 2024
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
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
If you have additional plugins like bigboard, calendar and gant the views-switcher-component can be quite wide pushing the board columns right across the page to the right
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
The text was updated successfully, but these errors were encountered: