diff --git a/plugins/adr-common/package.json b/plugins/adr-common/package.json index bbce6fdf4e..4172a23ab6 100644 --- a/plugins/adr-common/package.json +++ b/plugins/adr-common/package.json @@ -33,7 +33,7 @@ "@backstage/integration": "workspace:^", "@backstage/plugin-search-common": "workspace:^", "front-matter": "^4.0.2", - "luxon": "3.0.0" + "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "workspace:^" diff --git a/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx b/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx index 80418b4aac..68c5e15e1c 100644 --- a/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx +++ b/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx @@ -68,6 +68,11 @@ const useStyles = makeStyles((theme: Theme) => ({ color: theme.palette.grey[700], marginBottom: theme.spacing(1), }, + adrBox: { + display: 'flex', + justifyContent: 'space-around', + marginTop: '10px', + }, })); const AdrListContainer = (props: { @@ -127,7 +132,7 @@ const AdrListContainer = (props: { style: { whiteSpace: 'normal' }, }} secondary={ - + {adr.date} {adr.status && (