Skip to content

Commit

Permalink
chore(design): details styling
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerengels committed Jul 13, 2024
1 parent bc102c2 commit 3f97c8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions client/src/components/kmap-knowledge-card-description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ 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
2 changes: 1 addition & 1 deletion client/src/components/kmap-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ p, .font-body, td, dd, .secondary {
img {
display: block;
}
h1, h2, h3, h4, h5, p, img {
h1, h2, h3, h4, h5, p, img, details {
margin-block: 1.15em;
line-height: 1.2rem;
}
Expand Down

0 comments on commit 3f97c8a

Please sign in to comment.