Skip to content

Commit 467af12

Browse files
committed
Min width diff
1 parent 72d756e commit 467af12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@
277277
}
278278

279279
& code > div {
280-
width: max(100%, max-content);
280+
min-width: 100%;
281+
width: max-content;
281282
}
282283
}
283284

0 commit comments

Comments
 (0)