summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-11 00:37:39 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-11 00:37:39 +0000
commit8ab76fc5572f4654c9db990c7410f42a7dd8c1ce (patch)
tree707af8f2ba93f9ecb8886ac2ca8a3ceb0b49ed8e /app/assets/stylesheets/pages
parent63553bb1a6776c5edc89d245384031b8aeb0f01a (diff)
parent4a81c3ae6ae9b4137292c716c004ee83e6d0fdf4 (diff)
downloadgitlab-ce-8ab76fc5572f4654c9db990c7410f42a7dd8c1ce.tar.gz
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
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 6cb32408a48..acbd9936706 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -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});