mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-16 11:36:57 +01:00
fix(releases-widget): reduced padding for ul in release description (#3085)
This commit is contained in:
@@ -28,3 +28,7 @@
|
||||
.releasesRepositoryExpanded {
|
||||
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">
|
||||
{t("releaseDescription")}
|
||||
</Title>
|
||||
<Text component="div" size="xs" ff="monospace">
|
||||
<Text component="div" size="xs" ff="monospace" className={classes.releasesDescription}>
|
||||
<ReactMarkdown skipHtml>{repository.releaseDescription}</ReactMarkdown>
|
||||
</Text>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user