fix: Cropping of text on document lists on non-Mac platforms
This commit is contained in:
@@ -258,7 +258,6 @@ const Heading = styled.h3<{ rtl?: boolean }>`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: ${(props) => (props.rtl ? "flex-end" : "flex-start")};
|
justify-content: ${(props) => (props.rtl ? "flex-end" : "flex-start")};
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 24px;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user