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 @@
display: inline-block;
}
.blob-viewer[data-type="rich"] {
margin: 20px;
@media (min-width: $screen-md-min) {
.blob-viewer[data-type="rich"] {
margin: 20px;
}
}
.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