mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-28 04:17:58 +08:00
Refactor: remove page size directly in css file
This commit is contained in:
@ -35,7 +35,6 @@ const TableComponent = forwardRef<
|
||||
},
|
||||
ref,
|
||||
) => {
|
||||
document.querySelector(".ag-paging-page-size")!.style.display = "none";
|
||||
const gridRef = useRef(null);
|
||||
const realRef = ref?.current ? ref : gridRef;
|
||||
const dark = useDarkStore((state) => state.dark);
|
||||
|
||||
@ -15,6 +15,10 @@ pre {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.ag-paging-page-size {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.react-flow__pane {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user