You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rendering of the ul list items is broken. In Firefox there aren't any items rendered at all. In Chrome there is some kind of default behavior, the items are rendered but not in the specific color:
I think this is cause by the missing url encoding of the list-style-image attribute value:
The rendering of the
ul
list items is broken. In Firefox there aren't any items rendered at all. In Chrome there is some kind of default behavior, the items are rendered but not in the specific color:I think this is cause by the missing url encoding of the
list-style-image
attribute value:innoq-bootstrap-theme/src/styles/overrides/_type.scss
Line 69 in e9a0be5
In addition firefox needs some
width
andhidth
attributes on thesvg
tag:The text was updated successfully, but these errors were encountered: