diff options
author | tauriedavis <taurie@gitlab.com> | 2018-01-17 14:16:07 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2018-01-17 14:27:31 -0800 |
commit | fe2a14136b5978823ebd024141a00a236fedddd0 (patch) | |
tree | 14cc3ffaff86200ca44445fda64f727051627399 /app | |
parent | f351cc28c2c878bf491bb0886be65bf35b58b261 (diff) | |
download | gitlab-ce-fe2a14136b5978823ebd024141a00a236fedddd0.tar.gz |
Double padding for file-content wiki class on larger screensfile-content-large-screen-padding
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 1e91db5af9b..d835d49d8b2 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -124,6 +124,10 @@ &.wiki { padding: $gl-padding; + + @media (min-width: $screen-md-min) { + padding: $gl-padding * 2; + } } &.blob-no-preview { |