Skip to content

Commit

Permalink
console: Add spacing on edit gateway api key
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Jan 15, 2025
1 parent ac01033 commit e9f23d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/console/views/gateway-api-key-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const GatewayApiKeyEditInner = () => {
)

return (
<div className="container container--xxl grid">
<div className="container container--xxl grid mb-ls-xs">
<PageTitle title={sharedMessages.keyEdit} />
<div className="item-12 xl:item-8">
<ApiKeyEditForm entity={GATEWAY} entityId={gtwId} />
Expand Down

0 comments on commit e9f23d3

Please sign in to comment.