mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 04:33:38 +08:00
fix images height on IE
This commit is contained in:
@ -484,7 +484,6 @@ div.ac-wrap {
|
|||||||
float: right;
|
float: right;
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -428,7 +428,6 @@ span.post-count {
|
|||||||
article.boxed {
|
article.boxed {
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user