Commit 8ab76fc5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '41709-rich-blob-viewer-margins-for-pc' into 'master'

Make rich blob viewer wider for PC

Closes #41709

See merge request gitlab-org/gitlab-ce!16262
parents 63553bb1 4a81c3ae
......@@ -21,11 +21,6 @@
max-width: $limited-layout-width-sm;
margin-left: auto;
margin-right: auto;
@media (min-width: $screen-md-min) {
padding-top: 64px;
padding-bottom: 64px;
}
}
}
......@@ -128,7 +123,7 @@
}
&.wiki {
padding: 30px $gl-padding;
padding: $gl-padding;
}
&.blob-no-preview {
......
......@@ -16,12 +16,6 @@
display: inline-block;
}
@media (min-width: $screen-md-min) {
.blob-viewer[data-type="rich"] {
margin: 20px;
}
}
.ide-view {
display: flex;
height: calc(100vh - #{$header-height});
......
---
title: Make rich blob viewer wider for PC
merge_request: 16262
author: Takuya Noguchi
type: fixed
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