Closed rootedsoftware closed 10 years ago
I'm not sure what I can do about that. Here's a jsfiddle outlining the underlying problem. It's because if there's a new line between elements a space gets inserted, if there's no new line or space, they stay together:
This might be a problem Meteor needs to solve. If you include a template on a line, don't push it down to the next line.
You could solve it for now by wrapping the m_editable in a span and putting a negative margin-left on it.
Notice the space before the 100. I don't want the user to have to remember to put in the $ sign and I also don't really want the $ sign to be a part of the form field. So, is there a way to remove the space between the $ and the 100?
Thanks