fix(editor): Set max width for executions list (#5302)
This commit is contained in:
@@ -33,6 +33,8 @@ export default Vue.extend({
|
||||
.wrapper {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: 1280px;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
background: var(--color-gray-light);
|
||||
@@ -43,7 +45,6 @@ export default Vue.extend({
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1280px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user