diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-16 21:50:39 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-16 22:39:26 -0500 |
commit | 4c3321612b2aee9860118f04a2222d3ad07ca2ce (patch) | |
tree | fa12b043eff9a463eafbb79ccff2ebd1a69c0d43 /ext/mixed | |
parent | c8fd33ecf456c835254d7c02bbf6386fec9d44f8 (diff) |
Add space to end of term list
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 4aa2a31e..d2b6bada 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -280,6 +280,12 @@ button.action-button { content: "\3001"; } +.term-expression-list>.term-expression:last-of-type:not(:first-of-type):after { + font-size: 2em; + content: "\3000"; + visibility: hidden; +} + .term-expression-list[data-multi=true]:not([data-count="1"]) .term-expression-details { display: inline-block; position: relative; |