File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/use-cases/authorization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 1
3
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.
4
+ description : Explore how Logto can help you build flexible authorization with role-based access control (RBAC) and resource indicators.
5
5
---
6
6
7
7
import Catalog from ' ./fragments/_catalog.mdx' ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function CardLayout({
55
55
return (
56
56
< CardContainer href = { href } >
57
57
{ icon }
58
- < label className = { clsx ( styles . cardTitle ) } title = { title } >
58
+ < label className = { clsx ( 'text--truncate' , styles . cardTitle ) } title = { title } >
59
59
{ title }
60
60
</ label >
61
61
{ description && (
You can’t perform that action at this time.
0 commit comments