Apply suggestions from code review

This commit is contained in:
Richard van der Hoff 2023-07-20 08:21:20 +01:00 committed by GitHub
parent 011a511d54
commit 2dbbc70ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -355,7 +355,7 @@ footer {
* results in annoying horizontal scrolling on mobile, so we instead
* switch to a fixed table layout on a narrow browser width.
* (On a wider width the default auto table-layout provides better readability.)
*
* Docsy makes all tables "responsive tables", which causes Bootstrap 4 to create
* tables with a "display" property of "block".
* However, for "table-layout: fixed" to be effective, an element must have a

View file

@ -1 +1 @@
Improve the layout of tables on desktop.
Improve the layout of tables on desktop displays. Contributed by @not-my-profile.