Responsive style for images was upstreamed to core
Responsive styles now live in core (in content.media-screen.less) following I604ea436a816939cd6b2d9ef8c352e319ffcbec0 Bug: T368469 Change-Id: Id4833591b4581312ad5a5b03e9b45a1b29be6b5d
This commit is contained in:
parent
3e0189bfe7
commit
a4a3c71f66
1 changed files with 0 additions and 5 deletions
|
@ -287,11 +287,6 @@ div.tleft {
|
|||
|
||||
.monobook-body {
|
||||
overflow: auto;
|
||||
/* Keep images from overflowing */
|
||||
img {
|
||||
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
||||
max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue