Skip to content

Commit

Permalink
Small style fix.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7723438add4938815c1c356cc74b38104a755477
  • Loading branch information
cpojer committed Sep 15, 2024
1 parent 7bed07b commit 5347521
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hera/editor/lib/ObjectiveCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default function ObjectiveCard({
</Stack>
</label>
)}
<Stack gap>
<Stack alignCenter className={lineHeightStyle} gap>
<label>
<Stack gap start>
<span className={labelWidthStyle}>
Expand Down Expand Up @@ -291,7 +291,7 @@ export default function ObjectiveCard({
)}
</Stack>
{!isDefaultObjective && (
<Stack gap>
<Stack alignCenter className={lineHeightStyle} gap>
<label>
<Stack gap start>
<span className={labelWidthStyle}>
Expand Down Expand Up @@ -597,3 +597,7 @@ const selectorStyle = css`
padding: 2px;
width: 160px;
`;

const lineHeightStyle = css`
line-height: 1.4em;
`;

0 comments on commit 5347521

Please sign in to comment.