fix panel and metrics card css
Some checks are pending
Node.js CI / build (push) Waiting to run

This commit is contained in:
Francis Cao 2026-02-06 17:24:11 -08:00
parent 895abdbbaf
commit 795a1caadf
4 changed files with 13 additions and 13 deletions

View file

@ -78,10 +78,10 @@ export function MetricsTable({
error={error}
minHeight="400px"
>
<Grid>
<Grid padding="2">
{data && <ListTable {...props} data={filteredData} renderLabel={renderLabel} />}
{showMore && limit && (
<Row justifyContent="center" alignItems="flex-end">
<Row justifyContent="center" alignItems="flex-end" paddingTop="4">
<LinkButton href={updateParams({ view: type })} variant="quiet">
<IconLabel icon={<Maximize />}>{formatMessage(labels.more)}</IconLabel>
</LinkButton>