From d9bc44ac8b1e6aac952cdd2b0d72c313ccedf2b3 Mon Sep 17 00:00:00 2001 From: Damien Le Thiec Date: Tue, 20 Dec 2022 09:45:13 +0100 Subject: [PATCH] Fix css bug code_blocks (#8301) --- app/assets/stylesheets/code_blocks.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/code_blocks.scss b/app/assets/stylesheets/code_blocks.scss index cfae3c2b5..8dedf3021 100644 --- a/app/assets/stylesheets/code_blocks.scss +++ b/app/assets/stylesheets/code_blocks.scss @@ -8,6 +8,5 @@ display: flex; align-items: center; font-weight: bold; - justify-content: center; overflow: auto; }