mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Adjut cardPanelWidth for card details
This commit is contained in:
parent
33cf589c05
commit
389908be7c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
scrollParentContainer() {
|
||||
const cardPanelWidth = 510;
|
||||
const cardPanelWidth = 600;
|
||||
const parentComponent = this.parentComponent();
|
||||
// TODO sometimes parentComponent is not available, maybe because it's not
|
||||
// yet created?!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue