Skip to content

Commit

Permalink
wip: consistant width
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyama341 committed Oct 7, 2024
1 parent 976a84a commit dbe4356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_app/tabs/workflow_5_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@
], style=card_style),
]
)
], width=6),
], width=10),
]),
])
2 changes: 1 addition & 1 deletion web_app/tabs/workflow_6_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
], style=card_style),
]
)
], width=6),
], width=10),
]),

])

0 comments on commit dbe4356

Please sign in to comment.