Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
6f79c6c5
Commit
6f79c6c5
authored
Aug 09, 2017
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core: fix paragraph annoying scroll bar
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
d3796479
Pipeline
#1113
passed with stage
in 4 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
core/static/core/style.scss
core/static/core/style.scss
+2
-1
No files found.
core/static/core/style.scss
View file @
6f79c6c5
...
...
@@ -255,7 +255,6 @@ h6 {
p
,
pre
{
margin-top
:
1em
;
margin-left
:
0px
;
overflow
:
auto
;
}
ul
,
ol
,
dl
{
...
...
@@ -270,6 +269,8 @@ dt {
code
{
font-family
:
monospace
;
overflow
:
auto
;
max-width
:
100%
;
}
blockquote
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment