Files
lcbp3/docs/จัดการตำแหน่ง Node n8n_files/table-components-ca43bz4f.css
T
admin 4422c68894
CI / CD Pipeline / build (push) Failing after 10m45s
CI / CD Pipeline / release (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped
260323:0917 fix CI : Run Tests #01
2026-03-23 09:17:26 +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;
}