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