removes IE fix

IE fix in Leggero-v2 style is deprecated
This commit is contained in:
Fraenkiman 2023-06-28 22:15:10 +02:00
parent 217a36257b
commit ca77a8ab22

View File

@ -61,10 +61,7 @@ pre {
margin: 1em 1em;
padding: 5px 10px;
/* fix overflow in IE */
min-height: 40px;
height: auto !important;
height: 40px;
}
ul, li, ol { margin: 0; padding: 0 }