We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0268d commit a9269c9Copy full SHA for a9269c9
2 files changed
src/authz-module/wizard/ScopeFilterBar.tsx
@@ -75,7 +75,7 @@ const ScopeFilterBar = ({
75
</div>
76
77
{contextType && (
78
- <Stack direction="horizontal" gap={2} className="align-items-center">
+ <Stack direction="horizontal" gap={2} className="align-items-center mt-3">
79
<span className="text-muted small">Filter applied:</span>
80
<Badge className="py-1 px-2" variant="light">
81
{contextLabel}
src/authz-module/wizard/ScopeList.tsx
@@ -147,7 +147,7 @@ const ScopeList = ({
147
148
return (
149
<div
150
- className="scope-list border rounded p-3"
+ className="scope-list border rounded p-3 bg-light-100"
151
style={{ maxHeight: '500px', overflowY: 'auto' }}
152
>
153
{isLoading ? (
0 commit comments