aboutsummaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-16 15:24:38 -0400
committerGitHub <noreply@github.com>2021-05-16 15:24:38 -0400
commit66d048832f2dc30e11e6be4c68beab23c7d8adef (patch)
tree9cb1d83faacf133f61c3a96156ea6de1541e5233 /ext/css
parent41ee167dfdfcd794634e0459185a929e814b0493 (diff)
Sentence termination character mode (#1682)
* Change enableTerminationCharacters to terminationCharacterMode * Update settings * Update sentence extraction * Update tests * Add tests
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/settings.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css
index 2b0d5e8e..1bc2d1a7 100644
--- a/ext/css/settings.css
+++ b/ext/css/settings.css
@@ -2249,6 +2249,9 @@ input[type=number].dictionary-priority {
align-content: flex-start;
justify-content: flex-start;
}
+.horizontal-flex.horizontal-flex-nowrap {
+ flex-wrap: nowrap;
+}
.horizontal-flex>* {
margin-left: 0.375em;
}