From 13e3d9d6ea956d2512fbb1eb0a557165526c45c4 Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Tue, 23 Apr 2024 10:54:22 +0200 Subject: [PATCH] [FIX] runbot: small fix following BS 5.3 --- runbot/static/src/css/runbot.css | 5 +++++ runbot/templates/batch.xml | 4 ++-- runbot/templates/build.xml | 4 ++-- runbot/templates/build_stats.xml | 2 +- runbot/templates/bundle.xml | 6 ++++-- runbot/templates/commit.xml | 4 ++-- runbot/templates/utils.xml | 6 +++--- 7 files changed, 19 insertions(+), 12 deletions(-) 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 @@