Skip to content

Commit

Permalink
chore(tests): equation solver update
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerengels committed Jul 12, 2024
1 parent 0a1ad33 commit bc102c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions client/src/components/kmap-knowledge-card-description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bc102c2

Please sign in to comment.