From bc102c223e82359bb00ea9f5dd9995b035968cdb Mon Sep 17 00:00:00 2001 From: holgerengels Date: Fri, 12 Jul 2024 18:30:44 +0200 Subject: [PATCH] chore(tests): equation solver update --- client/package.json | 2 +- client/src/components/kmap-knowledge-card-description.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 006d4bb..f9070c6 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "kmap-html-editor": "^0.9.12", "kmap-jsxgraph": "^0.9.16", "kmap-solve-tree": "^0.9.17", - "kmap-solvee": "^0.9.8", + "kmap-solvee": "^0.9.9", "kmap-term-tree": "^0.9.21", "kmap-binomial-coefficient": "^0.9.5", "lit": "^2.8.0", diff --git a/client/src/components/kmap-knowledge-card-description.ts b/client/src/components/kmap-knowledge-card-description.ts index 77c6525..39c16b2 100644 --- a/client/src/components/kmap-knowledge-card-description.ts +++ b/client/src/components/kmap-knowledge-card-description.ts @@ -162,6 +162,9 @@ export class KMapKnowledgeCardDescription extends LitElement { flex: 1 1 100%; margin: 8px; } + details { + margin: 8px 0px; + } @media (min-width: 600px) { box { flex: 0 1 auto;