From 61a6bac9dce2bd181ab9985b4a1ff4879ef3768f Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 13 Oct 2020 14:06:20 -0700 Subject: [PATCH] Wider table title cell --- src/client/components/tableComponent.tsx | 2 +- src/client/components/tableRow.tsx | 2 +- src/static/main.css | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/client/components/tableComponent.tsx b/src/client/components/tableComponent.tsx index 795ba6e39..4179aea1e 100644 --- a/src/client/components/tableComponent.tsx +++ b/src/client/components/tableComponent.tsx @@ -111,7 +111,7 @@ class TableComponent extends React.Component { {/* Headers */}
-
+
{ {/* Name / title */} -
{ openButonRef.current.style.display = null }} onMouseLeave={() => { openButonRef.current.style.display = "none" }}> +
{ openButonRef.current.style.display = null }} onMouseLeave={() => { openButonRef.current.style.display = "none" }}>
{card.icon}