mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-28 14:44:55 +02:00
fix rules info columns
This commit is contained in:
parent
7a46cf3da7
commit
2b54dfe035
1 changed files with 1 additions and 2 deletions
|
@ -552,7 +552,7 @@ export default function ResourceRules(props: {
|
|||
path.
|
||||
</p>
|
||||
</div>
|
||||
<InfoSections>
|
||||
<InfoSections cols={2}>
|
||||
<InfoSection>
|
||||
<InfoSectionTitle>Actions</InfoSectionTitle>
|
||||
<ul className="text-sm text-muted-foreground space-y-1">
|
||||
|
@ -568,7 +568,6 @@ export default function ResourceRules(props: {
|
|||
</li>
|
||||
</ul>
|
||||
</InfoSection>
|
||||
<Separator orientation="vertical" />
|
||||
<InfoSection>
|
||||
<InfoSectionTitle>
|
||||
Matching Criteria
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue