Commit 10f0099e authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'ps-remove-noop-not-md-css-block' into 'master'

Remove noop :not(.md) block

See merge request gitlab-org/gitlab!78935
parents 33656537 65f2ec62
......@@ -68,14 +68,6 @@
background-color: inherit;
}
&:not(.md) 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);
}
details {
margin-bottom: $gl-padding;
......
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