mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
fix(editor): Fix workflow list pagination visibility (#18847)
This commit is contained in:
parent
6d306c53dd
commit
4d84d589b2
|
|
@ -810,6 +810,10 @@ defineExpose({
|
|||
gap: var(--spacing-m);
|
||||
}
|
||||
|
||||
.listItems {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.listPagination {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user