From b8adf2d0d094c4d1d2852db1e3b33cd6c6867f79 Mon Sep 17 00:00:00 2001 From: Grant Palau Spencer Date: Tue, 10 Oct 2023 19:01:04 -0700 Subject: [PATCH] force datattable scroll width width to 100% --- helix-front/src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helix-front/src/styles.scss b/helix-front/src/styles.scss index 32836f6353..9d84945cea 100644 --- a/helix-front/src/styles.scss +++ b/helix-front/src/styles.scss @@ -37,6 +37,10 @@ // } } +.datatable-scroll { + width: 100% !important; +} + body { font-family: Roboto, Arial, sans-serif; margin: 0;