From 89b1e719f53fc88ddcbbda6a1b00d8d4b2cf5e59 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 10 Feb 2024 10:14:32 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix(tags):=20arabic=20tags?= =?UTF-8?q?=20stuck=20together?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: welpo --- sass/parts/_posts_list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/parts/_posts_list.scss b/sass/parts/_posts_list.scss index e826b5208..73c63b970 100644 --- a/sass/parts/_posts_list.scss +++ b/sass/parts/_posts_list.scss @@ -30,6 +30,7 @@ margin-top: 0.1rem; .tag { + display: inline-block; margin-right: 0.7rem; font-weight: 400; font-size: 0.75rem; @@ -91,4 +92,4 @@ width: 100%; } } -} +} \ No newline at end of file From 7669856b8c8f3a5c61d69ce0397d108495559b0c Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 10 Feb 2024 11:46:20 +0100 Subject: [PATCH 2/2] add EOF newline --- sass/parts/_posts_list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_posts_list.scss b/sass/parts/_posts_list.scss index 73c63b970..5045434d2 100644 --- a/sass/parts/_posts_list.scss +++ b/sass/parts/_posts_list.scss @@ -92,4 +92,4 @@ width: 100%; } } -} \ No newline at end of file +}