mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 16:20:51 +00:00
Help: Fix version notes on small screens
Commit 097d8fa7a5 (Help: Fix overlapping text in footnotes, 2025-04-21,
v4.0.2~20^2) tweaked the CSS to fix an issue with footnotes whose
content was version added/changed/removed information. This
inadvertently failed to update the 'small screen' rules, which caused
the hanging indent on these to be incorrect for small screens. Update
those rules to reflect the prior changes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user