Update assets/scss/custom.scss

This commit is contained in:
Richard van der Hoff 2023-07-20 08:21:53 +01:00 committed by GitHub
parent 2dbbc70ad7
commit e55434034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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