wikijs-fork/client
Noel Cower d407312caa fix: list item formatting for lists with paragraphs (#1283)
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.
2019-12-16 00:55:32 -05:00
..
components fix: admin pages sorted by "last updated" by default (#1271) 2019-12-15 17:48:11 -05:00
graph fix: SRI security toggle (#1104) 2019-10-19 03:14:18 -04:00
helpers fix: setup issues + webpack improvements 2018-09-29 15:39:09 -04:00
libs misc: extend twemoji country flags (#1163) 2019-11-03 22:27:45 -05:00
modules fix: i18n xhr for 5 lang codes 2019-09-27 14:59:53 -04:00
polyfills refactor: client structure + editor preview logic 2018-02-24 17:35:56 -05:00
scss fix: groups edit tabs UI 2019-11-16 18:56:59 -05:00
static feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
store misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
themes/default fix: list item formatting for lists with paragraphs (#1283) 2019-12-16 00:55:32 -05:00
client-app.js misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
client-setup.js misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
index-app.js misc: admin vuetify 2.0 UI + arabic display improvements 2019-08-10 12:18:14 -04:00
index-legacy.js feat: locales availability + IE display mode 2019-07-12 23:57:15 -04:00
index-setup.js misc: migrate to vuetify 2.0 (wip) 2019-08-03 22:51:29 -04:00