Skip to content

Commit

Permalink
Add stripes to result table
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjelonek committed Sep 26, 2023
1 parent 53040aa commit e86d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/search/ResultTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const showFeatures = computed(() =>
</script>

<template>
<table class="mt-3 table table-hover">
<table class="mt-3 table table-hover table-striped">
<thead>
<tr>
<th scope="col">
Expand Down

0 comments on commit e86d460

Please sign in to comment.