Skip to content

Commit 0a214ad

Browse files
committed
docs: Fix overflow layout bug in BYOK container badges
1 parent c684578 commit 0a214ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,9 @@
834834
.byok-header {
835835
display: flex;
836836
justify-content: space-between;
837-
align-items: flex-start;
837+
align-items: center;
838+
flex-wrap: wrap;
839+
gap: 0.5rem;
838840
margin-bottom: 1rem;
839841
}
840842

0 commit comments

Comments
 (0)