fix(dashboard): css on billing table

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 07:27:14 +01:00
parent f313356096
commit 76239314dd

View File

@@ -83,10 +83,10 @@ export default function Billing({ organization }: Props) {
columns={[
{
name: 'Tier',
className: 'text-left',
render(item) {
return <div className="font-medium">{item.name}</div>;
},
className: 'w-full',
},
{
name: 'Price',