From 4dca7a270e330775167cdb604fad586f46c2162a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 05 Apr 2025 22:48:46 +0800 Subject: [PATCH] CSS: README line height 1.3 --- static/style.css | 1 + diff --git a/static/style.css b/static/style.css index 518ad687a7bedc25e2b0bbdf2e4af992b767448e..b1e208f326e28027d4cdc3832f0571bbb924d158 100644 --- a/static/style.css +++ b/static/style.css @@ -120,6 +120,7 @@ /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; + line-height: 1.3; } /* Table styles */ -- 2.48.1