Skip to content

Commit 788679f

Browse files
Fix badge wrapping
1 parent 1af9b30 commit 788679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ button:focus,
342342

343343
.model-badges {
344344
display: flex;
345-
flex-wrap: wrap;
345+
flex-wrap: nowrap;
346346
gap: 2px;
347347
margin-right: 5px;
348348
}

0 commit comments

Comments
 (0)