fix: Cropping of text on document lists on non-Mac platforms

This commit is contained in:
Tom Moor
2023-07-20 22:14:39 -04:00
parent 9046abb682
commit d180ecbe96

View File

@@ -258,7 +258,6 @@ const Heading = styled.h3<{ rtl?: boolean }>`
display: flex;
justify-content: ${(props) => (props.rtl ? "flex-end" : "flex-start")};
align-items: center;
height: 24px;
margin-top: 0;
margin-bottom: 0.25em;
white-space: nowrap;