We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e3012 commit 359a709Copy full SHA for 359a709
src/css/unison-share/page/code-page.css
@@ -1,7 +1,7 @@
1
.code-page {
2
/* increase the readable-column-width-medium size to account for extra gutter
3
* space added by the fold toggle */
4
- --readable-column-width-medium: calc(var(--readable-column-width-medium) + 2rem)
+ --readable-column-width-medium: calc(var(--readable-column-width-medium) + 2rem);
5
}
6
7
.code-page .sidebar .namespace-header {
0 commit comments