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 793e78a commit 1692ab3Copy full SHA for 1692ab3
.vscode/settings.json
@@ -1,4 +1,7 @@
1
{
2
+ "[css]": {
3
+ "editor.defaultFormatter": "dprint.dprint"
4
+ },
5
"[json]": {
6
"editor.defaultFormatter": "dprint.dprint"
7
},
apps/website/app/theme/theme.css
@@ -159,6 +159,10 @@ button {
159
font-size: 14px;
160
}
161
162
+ code {
163
+ white-space: nowrap;
164
+ }
165
+
166
table {
167
font-size: 1em;
168
0 commit comments