Commit dfa6f187 authored by Takuya Noguchi's avatar Takuya Noguchi

Make blob viewer for rich contents wider for mobile

parent 81002745
...@@ -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) {
margin: 20px; .blob-viewer[data-type="rich"] {
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