mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-09 00:52:07 -04:00
Add bottom padding on Authorization Evaluate results page
Closes #49063 Signed-off-by: Muhammed Oguz <muhammed@keymate.io>
This commit is contained in:
parent
3119efdb13
commit
710539ca14
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export const Results = ({ evaluateResult, refresh, back }: ResultProps) => {
|
|||
const noFilteredData = filteredResources.length === 0;
|
||||
|
||||
return (
|
||||
<PageSection>
|
||||
<PageSection style={{ paddingBottom: "var(--pf-v5-global--spacer--4xl)" }}>
|
||||
<Toolbar>
|
||||
<ToolbarGroup className="providers-toolbar">
|
||||
<ToolbarItem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue