Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva committed Jan 6, 2024
1 parent a3d1957 commit 5ce6bd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,11 @@ def layout(**other_unknown_query_strings):
dbc.Col(
[
html.Div(children=statusTable, id='site-status', className='datatables-cont'),
], className='page-cont sidebysite-cont', lg=6
], className='page-cont sidebysite-cont', xl=6
),
dbc.Col(dcc.Graph(figure=builMap(sitesDf), id='site-map',
className='cls-site-map mb-1 page-cont sidebysite-cont'), lg=6
className='cls-site-map'),
className='mb-1 page-cont sidebysite-cont', xl=6
),
dbc.Col(
html.Div(
Expand Down

0 comments on commit 5ce6bd4

Please sign in to comment.