Add Docker ARM images support in CI (#114)

This commit is contained in:
David
2022-06-16 00:49:29 +02:00
committed by GitHub
parent 274e7f1a4b
commit 0a22d26a98
2 changed files with 8 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ const TranslationArea: FC<Props> = ({ value, onChange, onSubmit, readOnly, audio
>
<HStack justify="space-between" px={5} h={useBreakpointValue([12, null, 14]) ?? 12} w="0px" flex={1}>
<Tooltip label={pronunciation}>
<Text aria-label="Pronunciation" opacity={0.75} whiteSpace="nowrap" overflow="hidden" textOverflow="ellipsis">
<Text opacity={0.75} whiteSpace="nowrap" overflow="hidden" textOverflow="ellipsis">
{pronunciation}
</Text>
</Tooltip>