Files
lcbp3/จัดการตำแหน่ง Node n8n_files/table-components-ca43bz4f.css
T
admin 11984bfa29
CI Pipeline / build (push) Failing after 12m41s
Build and Deploy / deploy (push) Failing after 2m44s
260322:1648 Correct Coresspondence / Doing RFA / Correct CI
2026-03-22 16:48:12 +07:00

13 lines
456 B
CSS

.TyagGW_tableContainer {
--thread-content-width: min(calc(100cqw - 2 * var(--thread-content-margin, 0)), var(--thread-content-max-width));
--thread-gutter-size: calc((100cqw - var(--thread-content-width)) / 2);
width: 100cqw;
margin-inline: calc(-1 * var(--thread-gutter-size));
scrollbar-width: thin;
overflow-x: auto;
}
.TyagGW_tableWrapper {
margin-inline: var(--thread-gutter-size) var(--thread-content-margin);
pointer-events: auto;
}