Skip to content

Commit b908fd2

Browse files
committed
Font sizes should be the same accross diff cards
1 parent 2fcd564 commit b908fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/unison-share/page/project-contribution-changes-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
position: relative;
144144
width: 100%;
145145
padding: 0;
146+
font-size: var(--font-size-small);
146147

147148
& pre {
148149
max-width: var(--readable-column-width-base);
@@ -197,7 +198,6 @@
197198
& .definition-change.card .diff-side-by-side {
198199
display: flex;
199200
flex-direction: row;
200-
font-size: var(--font-size-small);
201201
width: 100%;
202202
gap: 0;
203203

0 commit comments

Comments
 (0)