aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/links-list-widget.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-20 22:22:35 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-21 19:23:43 +0200
commit802548124071039f83ebfa2605e839ded82b5689 (patch)
tree62d85fe786b84fcdd099f20e21e1827add701ae8 /src/components/organisms/widgets/links-list-widget.tsx
parent7fd11d99f8a547e4acb89b9f9159b92e208dc90f (diff)
chore: update some styles
* Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement
Diffstat (limited to 'src/components/organisms/widgets/links-list-widget.tsx')
-rw-r--r--src/components/organisms/widgets/links-list-widget.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/organisms/widgets/links-list-widget.tsx b/src/components/organisms/widgets/links-list-widget.tsx
index 90dae4a..a9c677b 100644
--- a/src/components/organisms/widgets/links-list-widget.tsx
+++ b/src/components/organisms/widgets/links-list-widget.tsx
@@ -75,7 +75,6 @@ const LinksListWidget: FC<LinksListWidgetProps> = ({
<List
items={getListItems(items)}
kind={kind}
- withMargin={false}
className={`${styles.list} ${styles[listKindClass]} ${className}`}
itemsClassName={styles.list__item}
/>