fix: width issue when column are less
This commit is contained in:
parent
839465a6e1
commit
b0442dc98e
2 changed files with 9 additions and 3 deletions
|
|
@ -577,14 +577,14 @@
|
|||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
.form-grid {
|
||||
width: max-content;
|
||||
}
|
||||
.link-field-fixed-position {
|
||||
position: fixed !important;
|
||||
z-index: 9 !important;
|
||||
}
|
||||
}
|
||||
.column-limit-reached .form-grid {
|
||||
width: max-content;
|
||||
}
|
||||
.form-grid-container:has(.grid-row.grid-row-open) {
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
},
|
||||
"homepage": "https://frappeframework.com",
|
||||
"dependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2",
|
||||
"@cypress/code-coverage": "^3",
|
||||
"@editorjs/editorjs": "^2.28.2",
|
||||
"@frappe/esbuild-plugin-postcss2": "^0.1.3",
|
||||
"@fullcalendar/core": "^6.1.11",
|
||||
|
|
@ -32,6 +34,8 @@
|
|||
"@popperjs/core": "^2.11.2",
|
||||
"@redis/client": "^1.5.8",
|
||||
"@sentry/browser": "^7.119.1",
|
||||
"@testing-library/cypress": "^10",
|
||||
"@testing-library/dom": "8.17.1",
|
||||
"@vue-flow/background": "^1.1.0",
|
||||
"@vue-flow/core": "^1.16.2",
|
||||
"@vue/component-compiler": "^4.2.4",
|
||||
|
|
@ -46,6 +50,8 @@
|
|||
"cookie": "^0.7.0",
|
||||
"cropperjs": "^1.5.12",
|
||||
"cssnano": "^5.0.0",
|
||||
"cypress": "^13",
|
||||
"cypress-real-events": "^1.13.0",
|
||||
"driver.js": "^0.9.8",
|
||||
"editorjs-undo": "0.1.6",
|
||||
"esbuild": "^0.14.29",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue