Revert "Use 'revert' for image height override in CSS (#115)"

This reverts commit ccecefb1ac.
This commit is contained in:
Ian Bassi
2026-01-13 17:04:26 -03:00
parent ccecefb1ac
commit e9d5b099d4

View File

@@ -329,5 +329,5 @@ head:has(link[rel="canonical"][href$="keyboard-shortcuts.html"])~body td>code {
/* Override theme's height: auto for images to respect explicit height attributes */
.md-typeset img {
height: revert;
height: unset;
}