From ab5de2711e8e512f9817c0afa768b724f53efbb7 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 20 Apr 2021 18:48:52 +0200 Subject: [PATCH] Feat: score_table style --- recopytex/dashboard/pages/exams_scores/app.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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",