Skip to content

Commit 2f14fb4

Browse files
committed
Wrap contribution row info
1 parent b886e42 commit 2f14fb4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/css/unison-share/page/project-contributions-page.css

+1-9
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,10 @@
5151
& .contribution-row_info {
5252
display: flex;
5353
flex-direction: row;
54+
flex-wrap: wrap;
5455
gap: 0.25rem;
5556
font-size: var(--font-size-medium);
5657
}
5758
}
5859
}
5960
}
60-
61-
@media only screen and (--u-viewport_max-sm) {
62-
.project-contributions-page
63-
.project-contributions
64-
.contribution-row
65-
.contribution-row_info {
66-
flex-direction: columm;
67-
}
68-
}

0 commit comments

Comments
 (0)