mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Set max width for executions list (#5302)
This commit is contained in:
@@ -4055,7 +4055,8 @@ export default mixins(
|
||||
position: relative;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.shake {
|
||||
|
||||
Reference in New Issue
Block a user