[S] Table margin

This commit is contained in:
Hykilpikonna
2021-12-25 13:32:43 -05:00
parent 0fee63972f
commit 51a2c402d4
+6
View File
@@ -36,5 +36,11 @@ export default class MetaTable extends Vue
</script>
<style lang="sass" scoped>
.meta
td:first-child
text-align: right
td:last-child
display: inline-block
margin-left: 20px
</style>