diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss
index 34fee8bc881884bd40dc1592a58ad4a45758046d..c759ffb7ba113d8d59a4ee54ed7926702a598f75 100644
--- a/themes/fid_bbi/scss/compiled.scss
+++ b/themes/fid_bbi/scss/compiled.scss
@@ -7,6 +7,13 @@ body {
   hyphens: auto;
 }
 
+.table {
+  //no borders fo fid_bbi, cf. #15225
+  border: none;
+  // make columns adapt to content
+  table-layout: auto;
+}
+
 // Header
 .navbar {
   background-color: $brand-secondary;