-
Notifications
You must be signed in to change notification settings - Fork 26
fix(play-console): preserve whitespace #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 5 commits
ab2be90
ef73b20
d570daf
39b364a
62dc3e6
9dfc263
bfb507d
a6118db
e874b14
ac87c53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,11 +25,17 @@ li { | |
| padding: 0 0.5em; | ||
|
|
||
| &::before { | ||
| vertical-align: top; | ||
| content: "> "; | ||
| } | ||
| } | ||
|
|
||
| code { | ||
| pre { | ||
|
||
| display: inline-block; | ||
|
|
||
| margin: 0; | ||
OnkarRuikar marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| font-family: var(--font-family-code); | ||
|
|
||
| tab-size: 4; | ||
| } | ||



Uh oh!
There was an error while loading. Please reload this page.