Skip to content

Commit

Permalink
update to size 16 per design and add d-flex (github#27450)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored May 4, 2022
1 parent a0118bf commit f5fa66c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/rest/RestOperation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ export function RestOperation({ operation }: Props) {
<a href={`#${slug}`}>{operation.title}</a>
</h2>
{operation.enabledForGitHubApps && (
<>
<span className="mr-2">
<CheckCircleFillIcon size={18} />
<div className="d-flex">
<span className="mr-2 d-flex flex-items-center">
<CheckCircleFillIcon size={16} />
</span>
<span>
{t('rest.reference.works_with') + ' '}
<Link className="" href={`/${router.locale}/developers/apps`}>
GitHub Apps
</Link>
</span>
</>
</div>
)}
<div className={cx(styles.restOperation, 'd-flex flex-wrap gutter mt-4')}>
<div className="col-md-12 col-lg-6">
Expand Down

0 comments on commit f5fa66c

Please sign in to comment.