From 7d3853099835a19d8abd2031a455c0c700556355 Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Thu, 14 Nov 2024 16:02:12 +0100 Subject: [PATCH] [FIX] runbot: fix code multiline display for check semgrep --- runbot/static/src/css/runbot.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runbot/static/src/css/runbot.css b/runbot/static/src/css/runbot.css index bd3177b9..0ae3ab62 100644 --- a/runbot/static/src/css/runbot.css +++ b/runbot/static/src/css/runbot.css @@ -421,3 +421,8 @@ body, .table { .o_runbot_team_searchbar .nav { margin-left: 0px !important; } + + +code { + white-space: pre-wrap; +} \ No newline at end of file