mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix workflow list pagination visibility (#18847)
This commit is contained in:
committed by
GitHub
parent
6d306c53dd
commit
4d84d589b2
@@ -810,6 +810,10 @@ defineExpose({
|
||||
gap: var(--spacing-m);
|
||||
}
|
||||
|
||||
.listItems {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.listPagination {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user