mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-17 20:10:32 +01:00
Merge pull request #980 from good/mac-release
Enforces auto-height for images to fix improper resizing
This commit is contained in:
commit
dc64fa2bda
@ -124,7 +124,7 @@ pre {
|
||||
}
|
||||
img, figure, video, iframe {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user