This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 1a4da73a7 force datattable scroll width width to 100% (#2652)
1a4da73a7 is described below
commit 1a4da73a7449be44810f3f5342bcb093b2bc86d8
Author: Grant Paláu Spencer <[email protected]>
AuthorDate: Thu Feb 22 15:50:34 2024 -0800
force datattable scroll width width to 100% (#2652)
Force resource view to use 100% parent container width
---
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 32836f635..9d84945ce 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;