Skip to content

Commit

Permalink
add .crop-info-box class to radius input
Browse files Browse the repository at this point in the history
  • Loading branch information
roryaronson committed Jan 30, 2025
1 parent 7fbabe2 commit f7eb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/plants/crop_info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class RawCropInfo extends React.Component<CropInfoProps, {}> {
})
} />
</div>
<div className={"row grid-2-col"}>
<div className={"row grid-2-col crop-info-box"}>
<label className="radius">{t("radius (mm)")}</label>
<BlurableInput
type="number"
Expand Down

0 comments on commit f7eb0bc

Please sign in to comment.