mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Add box-sizing attribute to segmented control
On the monolith we have a base css file somewhere that adds this property by default. In this package we don't (and even if we did, we couldn't bundle it with the elm code), so this commit adds the property manually on a div that needs it.
This commit is contained in:
parent
3b99ba56a7
commit
af6fb30993
@ -91,6 +91,7 @@ styles =
|
||||
, border3 (px 1) solid Colors.azure
|
||||
, borderLeft (px 0)
|
||||
, borderBottom3 (px 3) solid Colors.azure
|
||||
, boxSizing borderBox
|
||||
]
|
||||
, Css.Foreign.class Focused
|
||||
[ color Colors.gray20
|
||||
|
Loading…
Reference in New Issue
Block a user