Skip to content

Commit

Permalink
Reduce padding of cells in simple tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Aug 21, 2020
1 parent 89617da commit bf58400
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SimpleTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ export default {
});
}
return hasHeaders;
},
}
}
};
</script>
<style>
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
padding: 0 6px;
}
</style>

0 comments on commit bf58400

Please sign in to comment.