Skip to content

Commit 359a709

Browse files
committed
Fix typo
1 parent 30e3012 commit 359a709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/unison-share/page/code-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.code-page {
22
/* increase the readable-column-width-medium size to account for extra gutter
33
* space added by the fold toggle */
4-
--readable-column-width-medium: calc(var(--readable-column-width-medium) + 2rem)
4+
--readable-column-width-medium: calc(var(--readable-column-width-medium) + 2rem);
55
}
66

77
.code-page .sidebar .namespace-header {

0 commit comments

Comments
 (0)