Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 0ae6f52

Browse files
committed
Fix the device code grant metadata wrapping
1 parent c9e6a6c commit 0ae6f52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/templates.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898

9999
& .meta {
100100
display: flex;
101-
gap: var(--cpd-space-10x);
101+
flex-wrap: wrap;
102+
gap: var(--cpd-space-4x) var(--cpd-space-10x);
102103

103104
& .key {
104105
font: var(--cpd-font-body-sm-regular);

0 commit comments

Comments
 (0)