Add margin to each table

This commit is contained in:
Rampoina 2022-04-17 22:29:17 +02:00
parent 74978a8ae4
commit f355d03899
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
/* Theming taken from https://github.com/vector-im/riot-web/blob/cf5cf02529f95a094d88051c12fdb87a03d87335/src/skins/vector/css/themes/_base.scss */
table {
margin-left: 2em;
}
tbody {
margin-left: 2em;
}