Skip to content

Commit

Permalink
fix(entities-shared): method badges wrapping (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Dec 12, 2023
1 parent f885529 commit 46bfc45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ export default {
.method-badge-array {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
}
}
Expand Down

0 comments on commit 46bfc45

Please sign in to comment.