mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 05:40:16 +01:00
Fix #6118: Raise minimum list width from 100 to 270 in existing configurable system
This commit is contained in:
parent
345f9ec223
commit
93ebae78b8
4 changed files with 7 additions and 7 deletions
|
|
@ -290,7 +290,7 @@ BlazeComponent.extendComponent({
|
|||
let isResizing = false;
|
||||
let startX = 0;
|
||||
let startWidth = 0;
|
||||
let minWidth = 100; // Minimum width as defined in the existing code
|
||||
let minWidth = 270; // Minimum width matching system default
|
||||
let listConstraint = this.listConstraint(); // Store constraint value for use in event handlers
|
||||
const component = this; // Store reference to component for use in event handlers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue