From 8b830698c03cd4c6f3d34999890ec3b5d1bf1b8b Mon Sep 17 00:00:00 2001 From: artragis <artragis@gmail.com> Date: Wed, 29 Jan 2025 20:25:10 +0100 Subject: [PATCH] =?UTF-8?q?Augmente=20la=20hauteur=20de=20ligne=20pour=20a?= =?UTF-8?q?ugmenter=20la=20lisibilit=C3=A9=20des=20diffs=20(#6701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/base/_tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/base/_tables.scss b/assets/scss/base/_tables.scss index d99dd5897c..8f191e5cfc 100644 --- a/assets/scss/base/_tables.scss +++ b/assets/scss/base/_tables.scss @@ -61,7 +61,7 @@ table { font-size: $font-size-10; tr { - line-height: 1; + line-height: 1.2; border-bottom: none; }