fix: Floating toolbar on comments too tight

This commit is contained in:
Tom Moor
2023-02-27 21:09:52 -05:00
parent 18905535d3
commit 58ff82e7b9

View File

@@ -243,7 +243,6 @@ export const Bubble = styled(Flex)<{
$focused?: boolean;
$dir?: "rtl" | "ltr";
}>`
position: relative;
flex-grow: 1;
font-size: 15px;
color: ${(props) => props.theme.text};