Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 85bd034

Browse files
committed
fix(plugins/plugin-client-common): Loading for proxied clients is now centered
part of #8034
1 parent ba84805 commit 85bd034

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-client-common/src/components/spi/Loading/impl

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/src/components/spi/Loading/impl/PatternFly.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Props from '../model'
2222
export default class PatternFlyLoading extends React.PureComponent<Props> {
2323
public render() {
2424
return (
25-
<div className="flex-layout flex-align-center flex-align-top big-top-pad">
25+
<div className="flex-layout flex-align-top big-top-pad">
2626
<Spinner size="lg" className="fade-in left-pad" />
2727
<span className={this.props.className + ' left-pad'}>{this.props.description}</span>
2828
</div>

0 commit comments

Comments
 (0)