Skip to content

Commit

Permalink
fix(platform): dont center content when detail-view is vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Mar 1, 2023
1 parent ccec72e commit a692605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function AppDetailView(props: AppDetailViewProps): JSX.Element | null {
<div
key={label}
className={getClassName('app-detail-view__item', col, {
'app-detail-view__item--center': center,
'app-detail-view__item--center': !aVertical && center,
})}
>
<div
Expand Down

0 comments on commit a692605

Please sign in to comment.