visibility of lines in a 'list-table' changes with window size (Firefox) #13584
Replies: 3 comments 3 replies
-
|
Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
Beta Was this translation helpful? Give feedback.
-
|
Did you inspect the HTML/CSS using the "inspect"/"developer" mode of your browser? |
Beta Was this translation helpful? Give feedback.
-
|
I conducted additional testing with two more browsers. The problem is present in
It works well with
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Quarto 1.8.24
Ubuntu 24.04.3 LTS
I noticed that some rows of my 'list-table'-produced table were apparently 'fused together'. After spending some time trying to figure out my mistake, I discovered that it (randomly?) depends on the window size: sometimes the line that divides two consecutive rows might dissapear.
In the attached example, by changing the window size (Firefox 144.0 (64-bit)), lines appear or dissapear.
In Google Chrome (Version 141.0.7390.107 (Official Build) (64-bit)) it works fine.
MRE (and different outputs depending on window size):
Beta Was this translation helpful? Give feedback.
All reactions