From e542727908ebb4f7dab6b53beaf91325431868dd Mon Sep 17 00:00:00 2001 From: iunctis Date: Thu, 7 Nov 2019 23:21:20 +0100 Subject: [PATCH] Minor corrections Little OCD --- common/common.scss | 1 + common/head_tag.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 77cc8e1..b05689c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,6 +1,7 @@ [data-wrap="center"] { text-align: center; } + [data-wrap="right"] { text-align: right; } diff --git a/common/head_tag.html b/common/head_tag.html index ebcd782..2dad960 100644 --- a/common/head_tag.html +++ b/common/head_tag.html @@ -72,4 +72,4 @@ translations.composer.align_justify_text = translations.strikethrough_button = settings.strikethrough_button; translations.composer.strikethrough_prompt = settings.strikethrough_prompt; - + \ No newline at end of file