diff --git a/doc/global/template/style/offline-simple.css b/doc/global/template/style/offline-simple.css index 598c4cb8341..65cb14dbaab 100644 --- a/doc/global/template/style/offline-simple.css +++ b/doc/global/template/style/offline-simple.css @@ -74,6 +74,10 @@ table td { padding: 6px 10px 6px 10px; } +table.qmlname { + width: 75%; +} + table.qmlname td { padding: 0px; margin-left: 6px; diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 0f05b3edf63..aff79c3b9ff 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -479,6 +479,10 @@ table, pre, .LegaleseLeft { margin: 0px } + table.qmlname { + width: 75%; + } + .LegaleseLeft { font-family: monospace; white-space: pre-wrap;