Skip to content

Commit

Permalink
bootstrap table style
Browse files Browse the repository at this point in the history
Signed-off-by: faissaloux <[email protected]>
  • Loading branch information
faissaloux committed Jul 16, 2023
1 parent 89773db commit e9be10a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions public/themes/bootstrap/scss/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,12 1,3 @@
.table {
tbody {
th,
td {
border-right: 1px solid #00000017;
}
}
}

@media only screen and (width >= 768px) {
.table th.position-sticky {
top: 96px;
Expand Down
2 changes: 1 addition & 1 deletion templates/display/results/table.twig
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 292,7 @@
{% endif %}

<div class="table-responsive-md">
<table class="table table-striped table-hover table-sm table_results data ajax w-auto" data-uniqueId="{{ unique_id }}">
<table class="table table-striped table-bordered table-hover table-sm table_results data ajax w-auto" data-uniqueId="{{ unique_id }}">
<thead>
<tr>

Expand Down

0 comments on commit e9be10a

Please sign in to comment.