docs: update databases index tables styling

[DOCS-475]: https://hasurahq.atlassian.net/browse/DOCS-475?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7479
GitOrigin-RevId: 5a13c93c8dfc492b73f041e3755142272bcdf87b
This commit is contained in:
Rob Dominguez 2023-01-10 21:18:12 -06:00 committed by hasura-bot
parent 30d477c72f
commit 2ad946df33
2 changed files with 12 additions and 5 deletions

View File

@ -51,6 +51,8 @@ Each ✅ below links **directly** to the feature within a particular type of dat
#### Schema
<div className="db-tables">
| | Postgres | Citus | SQL Server | BigQuery | CockroachDB | CosmosDB |
| -------------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Table Relationships | [✅](/schema/postgres/table-relationships/index.mdx) | [✅](/schema/postgres/table-relationships/index.mdx) | [✅](/schema/ms-sql-server/table-relationships/index.mdx) | [✅](/schema/bigquery/table-relationships/index.mdx) | [✅](/schema/postgres/table-relationships/index.mdx) | [✅](/schema/postgres/table-relationships/index.mdx) |
@ -108,6 +110,8 @@ Each ✅ below links **directly** to the feature within a particular type of dat
| DELETE | [✅](/event-triggers/index.mdx) | [❌](/databases/postgres/citus-hyperscale-postgres/hasura-citus-compatibility.mdx/#event-triggers) | [✅](/event-triggers/index.mdx) | ❌ | [❌](/databases/postgres/cockroachdb/hasura-cockroachdb-compatibility.mdx/#event-triggers) | ❌ |
| MANUAL | [✅](/event-triggers/index.mdx) | [❌](/databases/postgres/citus-hyperscale-postgres/hasura-citus-compatibility.mdx/#event-triggers) | [✅](/event-triggers/index.mdx) | ❌ | [❌](/databases/postgres/cockroachdb/hasura-cockroachdb-compatibility.mdx/#event-triggers) | ❌ |
</div>
:::info Additional Resources
Get Started with Hasura today -

View File

@ -46,9 +46,12 @@
font-size: 0.9rem;
}
// Table body fix for longer types and args
tbody {
word-break: break-word;
.db-tables {
table {
td:first-child {
width: 40%;
}
}
}
/* Dark Mode Styles */