Skip to content

Commit

Permalink
Merge pull request #227 from ImreBoersma/master
Browse files Browse the repository at this point in the history
Table colouring and wrapping tags
  • Loading branch information
jochemvogel authored Apr 1, 2024
2 parents 526db78 + 3ed3084 commit f3877a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/components/PatternCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
.tag-container {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0.5rem;
}
Expand Down
6 changes: 5 additions & 1 deletion src/lib/components/method/MethodTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@
.item {
padding: 5px;
border: 1px solid white;
border: 1px solid var(--color-white);
&:first-child {
border-top: 2px solid var(--color-white);
}
}
a {
Expand Down

0 comments on commit f3877a0

Please sign in to comment.