mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
Add !important to image height unset rule (#98)
Updated the CSS rule for images to use 'height: unset !important;' to ensure the unset value takes precedence over other styles.
This commit is contained in:
@@ -290,7 +290,7 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
width: auto;
|
||||
height: unset;
|
||||
height: unset !important;
|
||||
}
|
||||
|
||||
/* /////// FOOTER */
|
||||
|
||||
Reference in New Issue
Block a user