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 <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2025-06-13 15:05:04 +02:00
parent b400fb6238
commit 288e374ff6

View File

@@ -460,6 +460,10 @@ table, pre, .LegaleseLeft {
margin: 0px
}
table.qmlname {
width: 75%;
}
.LegaleseLeft {
font-family: monospace;
white-space: pre-wrap;