X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Freport%2Flayout.py;h=a5568710849de9dded6c94811c1b83c81162073a;hb=69fd124979890cac21bd0dbc7ef442563f175372;hp=34ec6c16e1b0f8cfe430ed17d523eef8134188c1;hpb=13617c1ddb6fb2324e331d14ffa38635a13a10b1;p=csit.git diff --git a/resources/tools/dash/app/pal/report/layout.py b/resources/tools/dash/app/pal/report/layout.py index 34ec6c16e1..a556871084 100644 --- a/resources/tools/dash/app/pal/report/layout.py +++ b/resources/tools/dash/app/pal/report/layout.py @@ -232,6 +232,7 @@ class Layout: if self.html_layout and self.spec_tbs: return html.Div( id="div-main", + className="small", children=[ dbc.Row( id="row-navbar", @@ -638,8 +639,7 @@ class Layout: class_name="me-1", color="info" ) - ], - size="md", + ] ) ] ), @@ -682,8 +682,7 @@ class Layout: color="info", disabled=False ), - ], - size="md", + ] ) ] ),