svn commit: r1936515 - subversion/site/staging/docs/release-notes
[email protected] Thu, 23 Jul 2026 08:59:43 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178479718334.1261209.11058653923365211840@svn03-he-fi> |
Author: dsahlberg
Date: Thu Jul 23 08:59:43 2026
New Revision: 1936515
Log:
In site/staging:
* docs/release-notes/1.15.html
(#build-system-comparison): Try to add a horizontal scrollbar to the table
instead of resizing the whole page on narrow-width screens.
Modified:
subversion/site/staging/docs/release-notes/1.15.html
Modified: subversion/site/staging/docs/release-notes/1.15.html
==============================================================================
--- subversion/site/staging/docs/release-notes/1.15.html Thu Jul 23 08:30:15 2026 (r1936514)
+++ subversion/site/staging/docs/release-notes/1.15.html Thu Jul 23 08:59:43 2026 (r1936515)
@@ -882,7 +882,7 @@ and vcproj build systems as of the 1.15.
<details><summary>Build System Comparison</summary>
-<table border="1">
+<table border="1" style="display: block; max-width: fit-content; margin: 0 auto; overflow-x: auto; white-space: nowrap">
<tr>
<th>Category</th>
<th>Feature</th>