Skip to content

Commit

Permalink
Fix doses input getting narrow on large scales
Browse files Browse the repository at this point in the history
  • Loading branch information
wniestroj committed Nov 29, 2024
1 parent 68533fa commit c836022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend-v2/src/features/trial/Doses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const Doses: FC<Props> = ({ onChange, project, protocol, units }) => {
<TableRow key={dose.id}>
<TableCell>
<FloatField
sx={{ minWidth: '6rem'}}
size="small"
label={"Dose"}
name={`doses.${index}.amount`}
Expand Down

0 comments on commit c836022

Please sign in to comment.