mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 16:32:11 +03:00
By default, prevent any shrinkage of svgs
This commit is contained in:
parent
92bbd369e0
commit
3ba4cf51f6
@ -44,7 +44,7 @@ init viewBox icon =
|
||||
, color = Nothing
|
||||
, height = Nothing
|
||||
, width = Nothing
|
||||
, css = []
|
||||
, css = [ Css.flexShrink Css.zero ]
|
||||
, label = Nothing
|
||||
, viewBox = viewBox
|
||||
, attributes = []
|
||||
|
Loading…
Reference in New Issue
Block a user