diff options
Diffstat (limited to 'resources/tools/dash/app/pal/news')
-rw-r--r-- | resources/tools/dash/app/pal/news/layout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/tools/dash/app/pal/news/layout.py b/resources/tools/dash/app/pal/news/layout.py index 504f7cb801..cd1618d719 100644 --- a/resources/tools/dash/app/pal/news/layout.py +++ b/resources/tools/dash/app/pal/news/layout.py @@ -279,6 +279,7 @@ class Layout: if self.html_layout: return html.Div( id="div-main", + className="small", children=[ dcc.Location(id="url", refresh=False), dbc.Row( |