Improve how editions and purchases are displayed

This commit is contained in:
2023-11-14 23:45:41 +01:00
parent c8e8ba8c8e
commit 1f9b3d5682
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;
}