Commit f04b2b91 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'file-content-large-screen-padding' into 'master'

Double padding for file-content wiki class on larger screens

See merge request gitlab-org/gitlab-ce!16534
parents 6fc51682 fe2a1413
...@@ -124,6 +124,10 @@ ...@@ -124,6 +124,10 @@
&.wiki { &.wiki {
padding: $gl-padding; padding: $gl-padding;
@media (min-width: $screen-md-min) {
padding: $gl-padding * 2;
}
} }
&.blob-no-preview { &.blob-no-preview {
......
---
title: Double padding for file-content wiki class on larger screens
merge_request:
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment