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

Commit 14b2848

Browse files
committed
use flex instead of grid
1 parent b71d280 commit 14b2848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web-sveltekit/src/routes/[...repo=reporev]/RepoMenu.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107
108108
.code-host-item {
109-
display: grid;
109+
display: flex;
110110
flex-direction: column;
111111
gap: 0.25rem;
112112

0 commit comments

Comments
 (0)