From 89b1e719f53fc88ddcbbda6a1b00d8d4b2cf5e59 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 10 Feb 2024 10:14:32 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tags):=20arabic=20tags=20stu?= =?UTF-8?q?ck=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