RVRNEXT-5 adjust table style

This commit is contained in:
Bence Pőcze 2023-04-23 19:59:23 +02:00
parent 0f02c4b5be
commit 3a1054e1df
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -459,6 +459,14 @@ table th, table td {
vertical-align: middle;
}
table th:not(:first-child), table td:not(:first-child) {
padding-left: 3px;
}
table th:not(:last-child), table td:not(:last-child) {
padding-right: 3px;
}
.choices__inner {
box-sizing: border-box;
}