Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-01-08 13:31:53 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
0faa130cfd5d2ec4e30536fd1cf8ce1e7c086ad9
0faa130c
1 parent
f2917fc4
Fixed offset code blocks when editing in markdown.
Fixes #264
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
resources/assets/sass/_text.scss
resources/assets/sass/_text.scss
View file @
0faa130
...
@@ -175,6 +175,7 @@ pre code {
...
@@ -175,6 +175,7 @@ pre code {
175
background-color
:
transparent
;
175
background-color
:
transparent
;
176
border
:
0
;
176
border
:
0
;
177
font-size
:
1em
;
177
font-size
:
1em
;
178
+
display
:
block
;
178
}
179
}
179
/*
180
/*
180
* Text colors
181
* Text colors
...
...
Please
register
or
sign in
to post a comment