From 2dbbc70ad7474ed200a08ec8909eb52f7bed3021 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:21:20 +0100 Subject: [PATCH] Apply suggestions from code review --- assets/scss/custom.scss | 2 +- changelogs/internal/newsfragments/1601.clarification | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 6f724cca..0764c5e6 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -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 diff --git a/changelogs/internal/newsfragments/1601.clarification b/changelogs/internal/newsfragments/1601.clarification index 32cb7b37..1b9a529e 100644 --- a/changelogs/internal/newsfragments/1601.clarification +++ b/changelogs/internal/newsfragments/1601.clarification @@ -1 +1 @@ -Improve the layout of tables on desktop. +Improve the layout of tables on desktop displays. Contributed by @not-my-profile.