From 614657b31994c4b820a776fd9fffc4c51444a6c2 Mon Sep 17 00:00:00 2001 From: GeorgLegato Date: Thu, 20 Apr 2023 04:17:08 +0200 Subject: [PATCH] minimize 1st column, only numbers here --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 37f8dde..752c2d4 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,9 @@ #tab_iz_interface .gradio-dataframe .controls-wrap { flex-direction: row-reverse; justify-content: space-between; +} + +/* first column min width */ +#tab_iz_interface th { + width: 0; } \ No newline at end of file