Skip to content

Commit

Permalink
fix(connections): rule cards not having gaps (#2425)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com>
  • Loading branch information
Philipp Rudloff authored Apr 12, 2024
1 parent 93f66e0 commit e2d396b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@

:items="rulesData!.rules"
>
<div class="stack mt-4">
<div class="mt-4">
<AccordionList
:initially-open="0"
multiple-open
class="stack"
>
<template
v-for="(rules, key) in Object.groupBy(items, item => item.type)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@

:items="rulesData!.rules"
>
<div class="stack mt-4">
<div class="mt-4">
<AccordionList
:initially-open="0"
multiple-open
class="stack"
>
<template
v-for="(rules, key) in Object.groupBy(items, item => item.type)"
Expand Down

0 comments on commit e2d396b

Please sign in to comment.