[FIX] runbot: fix code multiline display for check semgrep

This commit is contained in:
Xavier-Do 2024-11-14 16:02:12 +01:00
parent 07c577bfce
commit 7d38530998

View File

@ -421,3 +421,8 @@ body, .table {
.o_runbot_team_searchbar .nav {
margin-left: 0px !important;
}
code {
white-space: pre-wrap;
}