feat: upgrade Bootstrap to v5.3

This commit is contained in:
relikd
2023-06-18 19:04:46 +02:00
parent 28b8c08580
commit 47daa1171a
18 changed files with 72 additions and 93 deletions

View File

@@ -129,7 +129,7 @@ class PersonDetailView(PersonOptions, ModelDetailView):
},
'amount': {
'is_price': True,
'class': 'text-right',
'class': 'text-end',
},
},
}

View File

@@ -27,7 +27,7 @@ class TransactionOptions(ViewOptions[Transaction], LoginRequired):
},
'amount': {
'is_price': True,
'class': 'text-right',
'class': 'text-end',
'width': '6rem',
},
'account': {