Skip to content

Commit

Permalink
Update styles.js
Browse files Browse the repository at this point in the history
Set height: auto to improve card layout (especially panel view with various stacks - toolbar was hidden).
  • Loading branch information
tmjo committed Mar 14, 2023
1 parent bd09835 commit b21705f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b21705f

Please sign in to comment.