fix(editor): Set max width for executions list (#5302)

This commit is contained in:
Csaba Tuncsik
2023-02-02 12:08:17 +01:00
committed by GitHub
parent 0f228a60ba
commit 52dea08003
4 changed files with 9 additions and 2 deletions

View File

@@ -241,9 +241,12 @@ export default mixins(showMessage, userHelpers, restApi, historyHelper).extend({
}
.content {
display: flex;
grid-area: content;
overflow: auto;
height: 100vh;
width: 100%;
justify-content: center;
}
.header {