From 288e374ff679ea83b21397b69e8809d736480706 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 13 Jun 2025 15:05:04 +0200 Subject: [PATCH] Doc: Adjust styling of QML property signatures in offline docs Copies a change from qtbasedoc/global/template/style/offline.css to the Qt Creator help CSS for the dark mode. Task-number: QTBUG-136990 Change-Id: I84d33f75f7560168dcdfaff607bcff8660970bda Reviewed-by: Eike Ziller --- src/plugins/help/offline-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/help/offline-dark.css b/src/plugins/help/offline-dark.css index 3cb12e0fd31..73bf359bb70 100644 --- a/src/plugins/help/offline-dark.css +++ b/src/plugins/help/offline-dark.css @@ -460,6 +460,10 @@ table, pre, .LegaleseLeft { margin: 0px } +table.qmlname { + width: 75%; +} + .LegaleseLeft { font-family: monospace; white-space: pre-wrap;