vrimar / construct-ui

A Mithril.js UI library
https://vrimar.github.io/construct-ui
MIT License
287 stars 23 forks source link

Callout applies a style that breaks icons inside its content #25

Closed raykyri closed 4 years ago

raykyri commented 4 years ago

The callout component applies an absolute position to .cui-callout .cui-icon, which breaks icons inside the callout content. Applying the style to .cui-callout > .cui-icon could be one way of preventing this:

image

vrimar commented 4 years ago

Fixed in v0.2.4.