[ticket/16746] add spaces between sorting sections

PHPBB3-16746
This commit is contained in:
Michael Miday 2021-05-13 13:19:01 -10:00 committed by Marc Alexander
parent abe1d85fbf
commit 11203f4824
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -54,6 +54,7 @@
"word-break", "word-break",
"tab-size", "tab-size",
"hyphens", "hyphens",
"background", "background",
"background-color", "background-color",
"background-image", "background-image",
@ -104,17 +105,21 @@
"outline-color", "outline-color",
"outline-offset", "outline-offset",
"tap-highlight-color", "tap-highlight-color",
"box-decoration-break", "box-decoration-break",
"box-shadow", "box-shadow",
"text-shadow", "text-shadow",
"color", "color",
"opacity", "opacity",
"position", "position",
"z-index", "z-index",
"top", "top",
"right", "right",
"bottom", "bottom",
"left", "left",
"display", "display",
"visibility", "visibility",
"float", "float",
@ -130,13 +135,14 @@
"flex-order", "flex-order",
"flex-pack", "flex-pack",
"flex-align", "flex-align",
"flex-basis",
"flex-grow", "flex-grow",
"flex-shrink", "flex-shrink",
"flex-basis",
"flex-wrap", "flex-wrap",
"justify-content", "justify-content",
"align-items", "align-items",
"align-self", "align-self",
"box-sizing", "box-sizing",
"width", "width",
"min-width", "min-width",
@ -154,6 +160,7 @@
"padding-right", "padding-right",
"padding-bottom", "padding-bottom",
"padding-left", "padding-left",
"table-layout", "table-layout",
"empty-cells", "empty-cells",
"caption-side", "caption-side",
@ -163,6 +170,7 @@
"list-style-position", "list-style-position",
"list-style-type", "list-style-type",
"list-style-image", "list-style-image",
"content", "content",
"quotes", "quotes",
"counter-reset", "counter-reset",