Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
40efaf2bd9ec
Commit
e5728f9e
authored
Jan 17, 2018
by
tauriedavis
Browse files
Double padding for file-content wiki class on larger screens
parent
9948fc9a0ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/files.scss
View file @
40efaf2b
...
...
@@ -124,6 +124,10 @@
&
.wiki
{
padding
:
$gl-padding
;
@media
(
min-width
:
$screen-md-min
)
{
padding
:
$gl-padding
*
2
;
}
}
&
.blob-no-preview
{
...
...
changelogs/unreleased/file-content-large-screen-padding.yml
0 → 100644
View file @
40efaf2b
---
title
:
Double padding for file-content wiki class on larger screens
merge_request
:
author
:
type
:
changed
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