mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
Revert "Override image height to respect explicit attributes (#114)"
This reverts commit f1a3f53abb.
This commit is contained in:
@@ -237,7 +237,7 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{
|
||||
margin-bottom: .4rem;
|
||||
}
|
||||
|
||||
.md-typeset .admonition>:last-child,
|
||||
.md-typeset .admonition>:last-child,
|
||||
.md-typeset details>:last-child {
|
||||
margin-bottom: 0;
|
||||
margin-block-start: 0.3em;
|
||||
@@ -326,8 +326,3 @@ head:has(link[rel="canonical"][href$="keyboard-shortcuts.html"])~body td>code {
|
||||
color: var(--md-typeset-color);
|
||||
font-weight: 550;
|
||||
}
|
||||
|
||||
/* Override theme's height: auto for images to respect explicit height attributes */
|
||||
.md-typeset img {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user