fix: take available width for dropdowns in grid and limit minWidth
This commit is contained in:
parent
9d4cec10aa
commit
e83a80bd6c
1 changed files with 2 additions and 1 deletions
|
|
@ -1084,7 +1084,8 @@ export default class GridRow {
|
|||
position: "absolute",
|
||||
top: `${top_difference + 10}px`,
|
||||
left: `${left_difference}px`,
|
||||
width: "250px",
|
||||
minWidth: "250px",
|
||||
width: `${element_position.width}px`,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue