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={[ columns={[
{ {
name: 'Tier', name: 'Tier',
className: 'text-left',
render(item) { render(item) {
return <div className="font-medium">{item.name}</div>; return <div className="font-medium">{item.name}</div>;
}, },
className: 'w-full',
}, },
{ {
name: 'Price', name: 'Price',