Skip to content
Snippets Groups Projects
Commit 45205c99 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #15225 [fid_bbi] remove table border

parent 3c8eaade
Branches
Tags
No related merge requests found
...@@ -7,6 +7,13 @@ body { ...@@ -7,6 +7,13 @@ body {
hyphens: auto; hyphens: auto;
} }
.table {
//no borders fo fid_bbi, cf. #15225
border: none;
// make columns adapt to content
table-layout: auto;
}
// Header // Header
.navbar { .navbar {
background-color: $brand-secondary; background-color: $brand-secondary;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment