• Noel Cower's avatar
    fix: list item formatting for lists with paragraphs (#1283) · d407312c
    Noel Cower authored
    This removes the fancy tick-mark next to unordered list items, which is
    a little depressing, but fixes formatting for them when they contain
    paragraphs (`<p>` elements). The tick-mark has been replaced with
    a square mark. Both ordered and unordered lists have grown 1rem of left
    padding to compensate for their position.
    
    Considered using disclosure-closed as a similar triangle replacement,
    but it's not regarded as something that should be used in production
    (per MDN). Using a simple string is unsupported because it's only in
    a CSS working draft, so a square is the least controversial option,
    I think.
    
    Closes #1282.
    d407312c
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
client Loading commit data...
dev Loading commit data...
server Loading commit data...
.babelrc Loading commit data...
.editorconfig Loading commit data...
.eslintignore Loading commit data...
.eslintrc.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.npmrc Loading commit data...
.nvmrc Loading commit data...
BACKERS.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
config.sample.yml Loading commit data...
package.json Loading commit data...
sonar-project.properties Loading commit data...
yarn.lock Loading commit data...