diff --git a/recopytex/dashboard/pages/exams_scores/app.py b/recopytex/dashboard/pages/exams_scores/app.py index fa567ff..ee6a64d 100644 --- a/recopytex/dashboard/pages/exams_scores/app.py +++ b/recopytex/dashboard/pages/exams_scores/app.py @@ -66,6 +66,14 @@ layout = html.Div( style_data_conditional=[], fixed_columns={}, editable=True, + style_table={"minWidth": "100%"}, + style_cell={ + "minWidth": "100px", + "width": "100px", + "maxWidth": "100px", + "overflow": "hidden", + "textOverflow": "ellipsis", + }, ) ], id="edit",