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>

Reply via email to