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

Merge branch '37368-blob-viewer-on-mobile' into 'master'

Make blob viewer wider for mobile

Closes #37368

See merge request !14011
parents f2421b2b dfa6f187
...@@ -43,8 +43,10 @@ ...@@ -43,8 +43,10 @@
display: inline-block; display: inline-block;
} }
.blob-viewer[data-type="rich"] { @media (min-width: $screen-md-min) {
.blob-viewer[data-type="rich"] {
margin: 20px; margin: 20px;
}
} }
.repository-view { .repository-view {
......
---
title: Make blob viewer for rich contents wider for mobile
merge_request: 14011
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