mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
feat(img): default to max-width: 100%
This commit is contained in:
1
ionic/components/app/normalize.scss
vendored
1
ionic/components/app/normalize.scss
vendored
@ -36,6 +36,7 @@ strong {
|
||||
// Remove border when inside `a` element in IE 8/9/10.
|
||||
img {
|
||||
border: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// Correct overflow not hidden in IE 9/10/11.
|
||||
|
Reference in New Issue
Block a user