Merge "Fix invalid selector"

This commit is contained in:
jenkins-bot 2018-11-19 15:35:38 +00:00 committed by Gerrit Code Review
commit c9dee311ea
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@
a > img,
a > .lazy-image-placeholder,
// due to lazy loading images we also must consider imgs inside noscript tags (T191893)
noscript > img,
{
noscript > img {
// make sure that images in articles don't cause a horizontal scrollbar
// on small screens
max-width: 100% !important;