mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +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
|
, color = Nothing
|
||||||
, height = Nothing
|
, height = Nothing
|
||||||
, width = Nothing
|
, width = Nothing
|
||||||
, css = []
|
, css = [ Css.flexShrink Css.zero ]
|
||||||
, label = Nothing
|
, label = Nothing
|
||||||
, viewBox = viewBox
|
, viewBox = viewBox
|
||||||
, attributes = []
|
, attributes = []
|
||||||
|
Loading…
Reference in New Issue
Block a user