From cfe1f2304b7bb60699ecf7854a90afa9a9265533 Mon Sep 17 00:00:00 2001 From: doop <56421834+dooplecks@users.noreply.github.com> Date: Wed, 6 May 2026 13:15:30 +0000 Subject: [PATCH] Increase line-height for right pane descriptions --- res/rml/window.rcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/rml/window.rcss b/res/rml/window.rcss index c35670904e..24f616e500 100644 --- a/res/rml/window.rcss +++ b/res/rml/window.rcss @@ -104,6 +104,10 @@ window content pane > * { flex: 0 0 auto; } +window content pane:last-of-type > div { + line-height: 1.625; +} + window content pane > spacer { display: block; /* Completes the 24dp bottom inset after the pane's 8dp gap. */