Commit 5e7e672f authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 1619a881 0152d6ff
...@@ -153,14 +153,6 @@ ...@@ -153,14 +153,6 @@
margin: 10px 0; margin: 10px 0;
} }
// Border around images in issue and MR comments.
img:not(.emoji) {
border: 1px solid $white-normal;
padding: 5px;
margin: 5px 0;
// Ensure that image does not exceed viewport
max-height: calc(100vh - 100px);
}
table:not(.js-syntax-highlight) { table:not(.js-syntax-highlight) {
@include markdown-table; @include markdown-table;
......
...@@ -371,6 +371,16 @@ code { ...@@ -371,6 +371,16 @@ code {
.md:not(.use-csslab) { .md:not(.use-csslab) {
@include md-typography; @include md-typography;
&:not(.wiki) {
img:not(.emoji) {
border: 1px solid $white-normal;
padding: 5px;
margin: 5px 0;
// Ensure that image does not exceed viewport
max-height: calc(100vh - 100px);
}
}
} }
/** /**
......
---
title: Only show borders for markdown images in notes
merge_request: 25448
author:
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