Merge topic 'fix-css-indent-mobile' into release-4.3

ce46db5d5b Help: Fix version notes on small screens

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11798
This commit is contained in:
Brad King
2026-03-10 13:35:41 +00:00
committed by Kitware Robot

View File

@@ -308,9 +308,9 @@ table.docutils td {
padding-left: 10px;
}
div.deprecated > :first-child,
div.versionadded > :first-child,
div.versionchanged > :first-child {
:not(.footnote) > div.deprecated > :first-child,
:not(.footnote) > div.versionadded > :first-child,
:not(.footnote) > div.versionchanged > :first-child {
text-indent: -10px;
}