We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004a20 commit b16d80aCopy full SHA for b16d80a
docs/use-cases/authorization/README.mdx
@@ -1,7 +1,7 @@
1
---
2
sidebar_position: 1
3
sidebar_label: Authorization use cases
4
-description: Explore how Logto can you build flexible authorization with role-based access control (RBAC) and resource indicators.
+description: Explore how Logto can help you build flexible authorization with role-based access control (RBAC) and resource indicators.
5
6
7
import Catalog from './fragments/_catalog.mdx';
src/theme/DocCard/index.tsx
@@ -55,7 +55,7 @@ function CardLayout({
55
return (
56
<CardContainer href={href}>
57
{icon}
58
- <label className={clsx(styles.cardTitle)} title={title}>
+ <label className={clsx('text--truncate', styles.cardTitle)} title={title}>
59
{title}
60
</label>
61
{description && (
0 commit comments