We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccec72e commit a692605Copy full SHA for a692605
packages/platform/src/app/components/detail-view/DetailView.tsx
@@ -89,7 +89,7 @@ export function AppDetailView(props: AppDetailViewProps): JSX.Element | null {
89
<div
90
key={label}
91
className={getClassName('app-detail-view__item', col, {
92
- 'app-detail-view__item--center': center,
+ 'app-detail-view__item--center': !aVertical && center,
93
})}
94
>
95
0 commit comments