fix(releases-widget): reduced padding for ul in release description (#3085)
This commit is contained in:
@@ -28,3 +28,7 @@
|
|||||||
.releasesRepositoryExpanded {
|
.releasesRepositoryExpanded {
|
||||||
background-color: var(--mantine-color-default-hover);
|
background-color: var(--mantine-color-default-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.releasesDescription > ul {
|
||||||
|
padding-inline-start: 15px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -391,7 +391,7 @@ const ExpandedDisplay = ({ repository, hasIconColor }: ExtendedDisplayProps) =>
|
|||||||
<Title order={4} ta="center">
|
<Title order={4} ta="center">
|
||||||
{t("releaseDescription")}
|
{t("releaseDescription")}
|
||||||
</Title>
|
</Title>
|
||||||
<Text component="div" size="xs" ff="monospace">
|
<Text component="div" size="xs" ff="monospace" className={classes.releasesDescription}>
|
||||||
<ReactMarkdown skipHtml>{repository.releaseDescription}</ReactMarkdown>
|
<ReactMarkdown skipHtml>{repository.releaseDescription}</ReactMarkdown>
|
||||||
</Text>
|
</Text>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user