Skip to content

Commit 80523b8

Browse files
committed
fixes after merge
1 parent 1ede30e commit 80523b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
// Library imports
22
import React, { useState, useEffect, useRef, useMemo } from "react"
3-
import { Box, Button, ButtonProps, Flex, Icon, Text } from "@chakra-ui/react"
3+
import {
4+
Box,
5+
Button,
6+
ButtonProps,
7+
Flex,
8+
Icon,
9+
Text,
10+
ScaleFade,
11+
} from "@chakra-ui/react"
412
import { useIntl } from "react-intl"
513
import { MdClose } from "react-icons/md"
614
import FocusTrap from "focus-trap-react"
7-
import { Text, ScaleFade, Box } from "@chakra-ui/react"
815
// Component imports
916
import Translation from "./Translation"
1017
// SVG imports
@@ -44,6 +51,7 @@ const FixedDot: React.FC<FixedDotProps> = ({
4451
display="flex"
4552
justifyContent="center"
4653
alignItems="center"
54+
whiteSpace="normal"
4755
_hover={{
4856
cursor: "pointer",
4957
transform: "scale(1.1)",

0 commit comments

Comments
 (0)