From 3454e09a5a074eea7c85195221540f9704d31b18 Mon Sep 17 00:00:00 2001 From: Philippe Ndiaye Date: Mon, 12 Aug 2024 10:43:21 +0200 Subject: [PATCH] ensure the columns take all available-space --- app/styles/hypertable.less | 1 + app/styles/inner-table.less | 1 + 2 files changed, 2 insertions(+) diff --git a/app/styles/hypertable.less b/app/styles/hypertable.less index e770287e..18cd491e 100644 --- a/app/styles/hypertable.less +++ b/app/styles/hypertable.less @@ -20,6 +20,7 @@ scroll-behavior: smooth; background-color: white; position: relative; + flex: 1; } .hypertable__state { diff --git a/app/styles/inner-table.less b/app/styles/inner-table.less index 713b6684..d1a5824e 100644 --- a/app/styles/inner-table.less +++ b/app/styles/inner-table.less @@ -9,6 +9,7 @@ overflow: auto; position: relative; z-index: 1; + display: flex; &.hypertable__table--v2 { height: 100%;