Time Nick Message 00:22 MTDiscord for posterity, taking the docs on extending the default stylesheet and a little digging and help from the other person, here's what I came up with for my own personal project: css @import "https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor@2.0/data/stylesheets/asciidoctor-default.css"; .stretch { white-space: nowrap; width: 0; } 00:23 MTDiscord stretch is applied by default to tables without any other width defined 00:23 MTDiscord so I just copied the default stylesheet's fit-content attribute 00:23 MTDiscord which is not the same as CSS's own fit-content, afaik 06:44 MTDiscord hax 06:44 MTDiscord anyways, do we do merge commits? 10:43 MTDiscord Squashing isn't enabled on the repo 11:03 MTDiscord ouf