{collapsed ? : }
@@ -289,7 +274,8 @@ Lane.propTypes = {
maxCardHeight: PropTypes.number.isRequired,
setMaxCardHeight: PropTypes.func.isRequired,
maxCardWidth: PropTypes.number.isRequired,
- setMaxCardWidth: PropTypes.func.isRequired
+ setMaxCardWidth: PropTypes.func.isRequired,
+ lastDrag: PropTypes.number
};
const mapDispatchToProps = (dispatch) => ({
diff --git a/client/src/components/production-board-kanban/trello-board/styles/Globals.js b/client/src/components/production-board-kanban/trello-board/styles/Globals.js
index ec937ebc4..87cd53cc7 100644
--- a/client/src/components/production-board-kanban/trello-board/styles/Globals.js
+++ b/client/src/components/production-board-kanban/trello-board/styles/Globals.js
@@ -3,8 +3,8 @@
* @type {{small: string, large: string, medium: string}}
*/
export const cardSizesHorizontal = {
- small: "150px",
- medium: "225px",
+ small: "225px",
+ medium: "275px",
large: "350px"
};
@@ -13,7 +13,7 @@ export const cardSizesHorizontal = {
* @type {{small: string, large: string, medium: string}}
*/
export const cardSizesVertical = {
- small: "150px",
- medium: "225px",
+ small: "225px",
+ medium: "275px",
large: "350px"
};