Closed
Description
currently this happens when you try to use md-icon
in a prefix
there two issues
-
icon is too wide, which messes with
display: table-cell
and pushes the input unreasonably far right
should this even supported? I could work on it I guess
also why is table cell used instead of flex? it's hacky and puts way too much space around prefix even if I used $
(if my md-input is wide)