Improve how editions and purchases are displayed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-14 23:45:41 +01:00
parent 8982fc5086
commit e158bc0623
6 changed files with 105 additions and 63 deletions

View File

@ -1429,6 +1429,10 @@ th label {
padding-right: 1rem;
}
.sm\:pl-12 {
padding-left: 3rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}