From 3eb8ec90751d4dc5e986843cc251f1ba11ed90c2 Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Tue, 7 Jul 2026 18:57:05 +0200 Subject: [PATCH] feat: add padding-bottom to tfe left column for synopsis breathing room --- .../{pending => applied}/043_relabel_promoteur_ulb.php | 0 app/public/assets/css/tfe.css | 1 + 2 files changed, 1 insertion(+) rename app/migrations/{pending => applied}/043_relabel_promoteur_ulb.php (100%) diff --git a/app/migrations/pending/043_relabel_promoteur_ulb.php b/app/migrations/applied/043_relabel_promoteur_ulb.php similarity index 100% rename from app/migrations/pending/043_relabel_promoteur_ulb.php rename to app/migrations/applied/043_relabel_promoteur_ulb.php diff --git a/app/public/assets/css/tfe.css b/app/public/assets/css/tfe.css index ed5e740..ed0251a 100644 --- a/app/public/assets/css/tfe.css +++ b/app/public/assets/css/tfe.css @@ -43,6 +43,7 @@ gap: var(--space-m); overflow-y: auto; min-width: 0; + padding-bottom: var(--space-xl); } /* Right column: holds files — scrolls independently */