Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken plugin layout #134

Closed
stefanalund opened this issue Feb 29, 2020 · 1 comment
Closed

Broken plugin layout #134

stefanalund opened this issue Feb 29, 2020 · 1 comment
Labels
bug Something isn't working design

Comments

@stefanalund
Copy link
Contributor

The following code does not render correctly:

   <Page theme={theme.home}>
      <Header
        title={profile ? `Hello, ${profile.givenName}` : 'Hello'}
        subtitle="Welcome to Backstage"
      >
        <HomePageTimer />
      </Header>
      <Content>
        <ContentHeader title="Current Set">Something</ContentHeader>
        <Grid container direction="row" spacing={3}>
          <Grid item xs={6}>
            <Typography variant="h3" style={{ padding: '8px 0 16px 0' }}>
              Things you own
            </Typography>
            <InfoCard maxWidth>
              <SortableTable data={data} columns={columns} orderBy="id" />
            </InfoCard>
          </Grid>
          <Grid item xs={6}>
            <SquadTechHealth />
          </Grid>
        </Grid>
      </Content>
    </Page>

Screenshot 2020-02-29 at 18 12 11

@stefanalund stefanalund added bug Something isn't working design labels Feb 29, 2020
@nikek
Copy link
Contributor

nikek commented Mar 5, 2020

It's fixed!

@nikek nikek closed this as completed Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design
Projects
None yet
Development

No branches or pull requests

2 participants