mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 19:51:37 +03:00
Fix misalignment when label is hidden
This commit is contained in:
parent
1860ad3070
commit
57bb480907
@ -394,8 +394,7 @@ view label attributes =
|
||||
[ Html.span
|
||||
[ css <|
|
||||
if config.hideLabel then
|
||||
[ Css.height <| px 1
|
||||
, Css.width <| px 1
|
||||
[ Css.width <| px 1
|
||||
, overflow Css.hidden
|
||||
, margin <| px -1
|
||||
, padding <| px 0
|
||||
|
Loading…
Reference in New Issue
Block a user