From b21705f3b58923c786add8c72f91f97d906d7639 Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:21:47 +0100 Subject: [PATCH] Update styles.js Set height: auto to improve card layout (especially panel view with various stacks - toolbar was hidden). --- src/styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.js b/src/styles.js index 068be94..6df4100 100644 --- a/src/styles.js +++ b/src/styles.js @@ -27,8 +27,8 @@ export default css` cursor: pointer; // overflow: hidden; // Removed to show tooltips outside of card position: relative; - // height: auto; - height: 100%; + height: auto; + /* height: 100%; */ // border-color: yellow; // border-style: solid;