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