diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-05-17 13:09:48 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-05-17 13:10:50 +0200 |
commit | 92600f77fe3e5103afae1ed2e8717436c449f429 (patch) | |
tree | 914f7de2c243bf260c0e94f1296ed03c683f8da3 /assets/plugins | |
parent | d5f55b4003f5d16c5460eb72b64f2c0a46e48c07 (diff) |
#215, Add support for languageDirection param
Diffstat (limited to 'assets/plugins')
-rw-r--r-- | assets/plugins/_numbered.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/plugins/_numbered.scss b/assets/plugins/_numbered.scss index 6209100..56cda5a 100644 --- a/assets/plugins/_numbered.scss +++ b/assets/plugins/_numbered.scss @@ -30,7 +30,7 @@ $endLevel: 6; &:before { content: counters(item, ".") ". "; float: left; - margin-right: $padding-4; + margin-inline-end: $padding-4; } } } |