Skip to content

Commit

Permalink
Making translation row take the whole height so there's no gap betwee…
Browse files Browse the repository at this point in the history
…n AAs and handle
  • Loading branch information
guzmanvig committed Jan 8, 2024
1 parent 28bcb6b commit a681701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linear/Translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const TranslationRows = ({
findXAndWidthElement={findXAndWidthElement}
firstBase={firstBase}
fullSeq={fullSeq}
height={elementHeight * 0.9}
height={elementHeight}
inputRef={inputRef}
lastBase={lastBase}
seqType={seqType}
Expand Down

0 comments on commit a681701

Please sign in to comment.