diff --git a/runbot/static/src/css/runbot.css b/runbot/static/src/css/runbot.css index 4e34309c8..7d792ddc1 100644 --- a/runbot/static/src/css/runbot.css +++ b/runbot/static/src/css/runbot.css @@ -87,6 +87,11 @@ --bs-btn-disabled-border-color: #17a2b8; } + +.accordion { + --bs-accordion-btn-padding-y: 0.3rem; /* more condensed build error views */ +} + .text-bg-default { color: var(--bs-body-color) !important; background-color: RGBA(var(--bs-body-bg-rgb), var(--bs-bg-opacity, 1)) !important; diff --git a/runbot/templates/batch.xml b/runbot/templates/batch.xml index 664018b80..7ecadecc8 100644 --- a/runbot/templates/batch.xml +++ b/runbot/templates/batch.xml @@ -3,7 +3,7 @@