Skip to content

Commit

Permalink
fix: plan upgrade alert
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Nov 24, 2023
1 parent 3e68bbe commit 9a50ede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/component/layout/BaseView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useGlobalLoading } from 'tg.component/GlobalLoading';

const widthMap = {
wide: 1200,
normal: 800,
normal: 900,
narrow: 600,
};

Expand Down
1 change: 1 addition & 0 deletions webapp/src/ee/common/PaidFeatureBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const PaidFeatureBanner = ({ customTitle, customMessage }: Props) => {
variant="contained"
disableElevation
to={link}
sx={{ whiteSpace: 'nowrap' }}
>
{actionTitle}
</Button>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/views/projects/members/ProjectMembersView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ProjectMembersView: FunctionComponent = () => {
}),
],
]}
maxWidth={900}
maxWidth="normal"
loading={invitationsLoadable.isLoading}
>
<Box display="grid">
Expand Down

0 comments on commit 9a50ede

Please sign in to comment.