Skip to content

Commit

Permalink
Update transmonee.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy-Reidy committed Jul 3, 2024
1 parent a7f832e commit 348db1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ def get_base_layout(**kwargs):
html.Br(),
dbc.Row(
[
dbc.Col(width=0.5),
dbc.Col(width=1),
dbc.Col(
[
dbc.Row(
Expand Down Expand Up @@ -1515,9 +1515,9 @@ def get_base_layout(**kwargs):
),
],
style={"display":"flex", "justify-content":"center"},
lg=10, md=10, sm=12, xs=12
lg=12, md=12, sm=12, xs=12
),
dbc.Col(width=0.5),
dbc.Col(width=1),
],
style={"border": "1px solid #ddd", "margin": "auto", "padding": "15px 0px"},
align="center",
Expand Down

0 comments on commit 348db1a

Please sign in to comment.