From 56dfe35a3a16e93248201ee1fb71b39064a5e47e Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 1 Aug 2018 19:27:08 +0200 Subject: [PATCH] =?UTF-8?q?IE=20et=20fix=20des=20liens=20vers=20les=20r?= =?UTF-8?q?=C3=A8gles..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/RuleLink.js | 2 +- source/components/ui/Typography.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/components/RuleLink.js b/source/components/RuleLink.js index 69484ac17..8db0c3a7f 100644 --- a/source/components/RuleLink.js +++ b/source/components/RuleLink.js @@ -15,7 +15,7 @@ type Props = Règle & { } const RuleLink = ({ lien, nom, colours: { colour }, match, style }: Props) => ( {capitalise0(nom)} diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index 0df779102..ccfb9366a 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -59,7 +59,8 @@ button { font-weight: normal; } -body { +p, +ul { line-height: 1.7rem; }