Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevents kanban plugin from setting per-board lane widths #138

Closed
lachholden opened this issue Aug 14, 2023 · 2 comments
Closed

Prevents kanban plugin from setting per-board lane widths #138

lachholden opened this issue Aug 14, 2023 · 2 comments

Comments

@lachholden
Copy link

lachholden commented Aug 14, 2023

Per title. This seems to be the offending line:

https://github.com/damiankorcz/Prism-Theme/blob/d48c21a7fc444b1705ede0d9849589c35ec9d228/src/scss/Plugins/Community/kanban.scss#L12C3-L12C3

I have some boards setup where I need really wide widths for the cards to be useful. For now I'm overriding it in my custom CSS as follows, but it would be great if the Kanban plugin/board settings just continued to work.

.kanban-plugin__lane-wrapper[data-hitboxid*="board name"] {
  width: 400px !important;
}

Cheers!

@damiankorcz
Copy link
Owner

Hi @lachholden,
I'll remove that line in the next update so you will be able to change it in Kanban settings. Pretty sure I've put it in because the width was something else and I wanted it to align nicely with the custom backgrounds I add in Prism. Seems that the value I use is the default in Kanban now so it all works out 😅

@damiankorcz
Copy link
Owner

Hi @lachholden,
This should now be fixed in Prism 3.4.0 (Currently available for the Insider release only). Changing the width in Kanban Settings page should now apply correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants