mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Workflow executions view is broken (#5341)
fix(editor): WF level execution layout
This commit is contained in:
parent
51b560b3f4
commit
50cb75706b
|
@ -669,6 +669,7 @@ export default mixins(
|
|||
.container {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
Loading…
Reference in a new issue